@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

body {
  color: #777a7e;
  font-size: 14px;
  font-family: "微软雅黑",宋体,"Roboto", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "Reey";
  src: url("../fonts/Reey-Regular.woff2") format("woff2"), url("../fonts/Reey-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'estre';
    src: url('../fonts/estre-webfont.woff2') format('woff2'),
         url('../fonts/estre-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'DINEngschriftStd';
  src: url('../fonts/DINEngschriftStd.eot');
  src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('../fonts/DINEngschriftStd.woff') format('woff'), url('../fonts/DINEngschriftStd.ttf') format('truetype'), url('../fonts/DINEngschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaxPro';
  src: url('../fonts/MaxPro-Regular.eot');
  src: url('../fonts/MaxPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MaxPro-Regular.woff') format('woff'), url('../fonts/MaxPro-Regular.ttf') format('truetype'), url('../fonts/MaxPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.image-crisp {   
    
      image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
    } 
  
    .image-pixelated { 
      -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
    } 

  
    .image-auto { 
      image-rendering:initial; 
    } 



li{list-style: none;}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
  color: inherit;
}
img{ border:0;}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#cf2a2a;
	text-decoration:none;
}
button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #242629;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #242629;
  font-weight: 700;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

hr {
  margin: 20px 0;
  border-color: #777a7e;
}

ol {
  list-style: decimal;
}

ol, ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: #777a7e;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #777a7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #f3ca20;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #f3ca20;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f3ca20;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #777a7e;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #777a7e;
  font-size: 14px;
  opacity: 1;
}

/* Button */
.theme-btn {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  background: #f3ca20;
  padding: 0px 60px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-btn::before {
  background: #fff;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.theme-btn:hover {
  color: #f3ca20;
}
.theme-btn:hover::before {
  left: 0px;
  right: auto;
  width: 100%;
}
.theme-btn.theme-btn-small {
  font-size: 18px;
  padding: 0px 40px; font-weight: 200;
  height: 50px;
  line-height: 50px;
}
.theme-btn.black-btn {
  background: #242629;
}

.border-btn {
  border: 1px solid #f3ca20;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-theme {
  background: #f3ca20;
}

.bg-grey {
  background: #f8f8f8;
}

.bg-white {
  background: #fff;
}

.bg-heading {
  background: #242629;
}

/* Text Color */
.white-color {
  color: #fff;
}

.theme-color {
  color: #f3ca20;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.z-index {
  position: relative;
  z-index: 5;
}

.custom-mar-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.custom-pad-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.section-subtitle {
  font-size:18px;font-weight: 400;
  color: #f3ca20;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}
.section-subtitle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0px;
  bottom: -10px;
  background-color: #e9ebed;
  z-index: -1;
}

.section-title {
  font-size: 50px;
  color: #242629;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
    line-height: 45px;
  }
}


/*
*****
30. Contact
*************************
*/








.office-area {
  background: #f7f7f7; padding: 100px 0;
}
@media (max-width: 575px) {
  .office-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.office-location .nav-tabs {
  border-bottom: 0;
}
.office-location .nav-link {
  width: 150px;
  height: 60px;
  border: none;
  padding: 0;
  background: white;
  color: #1a1a2b;
  margin-right: 10px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .office-location .nav-link {
    width: 120px;
    height: 50px;
  }
}
.office-location .nav-link:hover {
  background: #ff5e14;
  color: #ffffff;
}
.office-location .nav-link.active {
  color: #ffffff;
  background: #1a1a2b;
}

.office-address {
  padding: 40px 60px;
  background: #ffffff;
  height: 100%;
}
@media (max-width: 1025px) {
  .office-address {
    padding: 15px;
  }
}

.office-address li {
  padding-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px; transition: all 0.2s ease-out 0s;
}
.office-address li:last-child {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}
.office-address-icon {
  float: left;
  margin-right: 22px; transition: all 0.2s ease-out 0s;
}
.office-address-icon img{
  max-width: 100%; height: auto;
}


.office-address li:hover .office-address-icon{padding-left: 10px; transition: all 0.2s ease-out 0s;}
.office-address li:hover .office-address-meta{padding-left:10px; transition: all 0.2s ease-out 0s;}

@media (max-width: 575px) {
  .office-address-icon {
    float: left;width: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .office-address-icon {
    float: left;
    padding-top: 10px;
  }
}

.office-address-meta {
  padding-left: 85px;
}
@media (max-width: 575px) {
  .office-address-meta {
    padding-left: 0;
  }
}
.office-address-meta h5 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1;
  padding-top: 5px;
}
.office-address-meta span {
  font-size: 16px;
}
.office-address-meta span a:hover {
  color: #ff5e14;
}

.office-img {
  height: 100%;
}
.office-img img {
  height: auto;max-height: 100%;
}

@media (max-width: 575px) {
  .contact-form {
    padding-top: 50px;
  }
}

.contact-form-inner {
  background: white;
  position: relative;
  z-index: 5;
  max-width: 1490px;
  left: 0;
  right: 0;
  margin: auto;
}

.contact-map {
  height: 700px;
  margin-top: -120px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.shutter-btn {
  position: relative;border-radius:30px;
  z-index: 1;
}
.shutter-btn::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #1a1a2b;border-radius:30px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shutter-btn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}


.sd-form h4 {
  margin-top: 38px;
  margin-bottom: 24px;
}
.sd-form input {
  width: 100%;
  height: 70px;
  border: 2px solid #e8e8e8;background: #fff;
  padding: 0 26px;
  margin-bottom: 15px;
}
.sd-form input::placeholder {
  color: #999999;
  font-size: 16px;
}
.sd-form input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
.sd-form textarea {
  width: 100%;
  height: 220px;
  border: 2px solid #e8e8e8;background: #fff;
  padding: 0 26px;
  margin-bottom: 20px;
  padding-top: 22px;
  resize: none;
}
.sd-form textarea::placeholder {
  color: #999999;
  font-size: 16px;
}
.sd-form textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.sd-form button {
margin: 15px auto 40px auto; padding:10px 30px; width: 230px; height: auto;background: #fff;
}



.footcontact_icon { text-align:left;padding: 10px 0; position: relative;}
.footcontact_icon * {-webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;}
.footcontact_icon a { display:inline-block;position: relative; width:40px; height:40px; margin:0 15px 0 -2px;-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius:100px;}
.footcontact_icon a:hover { z-index:1;}
.footcontact_icon .wx{background:url("../img/icon_03.png") center 8px no-repeat #a2a2a2;background-size: 60%;}
.footcontact_icon .qq{background:url("../img/icon_05.png") center 8px no-repeat #a2a2a2;background-size: 60%;}
.footcontact_icon .wx:hover .ewm{display: block;}
.footcontact_icon .wx:hover {background:url("../img/icon_03.png") center -24px no-repeat #666;background-size: 60%;}
.footcontact_icon .qq:hover {background:url("../img/icon_05.png") center -30px no-repeat #666;background-size: 60%;}
.footcontact_icon .ewm{display: none;width: 80px;height: 80px;position: absolute;left: 50%;margin-left: 30px;top: -20px;z-index: 3000000;background: #f3ca20;padding: 5px; text-align: center;}
.footcontact_icon .ewm::after {position: absolute;left:50%;z-index: 3;top:-6px;border-color: #000 transparent  transparent   transparent;margin-left: -7px;border-width: 8px;border-style: dashed;}
.footcontact_icon .ewm img {display: block;width: 70px;height: 70px;}



.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  width: inherit;
}

.swiper-container-horizontal.common-dots {
  position: relative;
}
.swiper-container-horizontal.common-dots .slide-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-paginations.slide-dots.swiper-pagination-clickable.swiper-pagination-bullets {
  position: absolute;
  top: 51.5%;
  right: 21.5%;
  z-index: 9999;
  left: auto;
  bottom: auto;
  width: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-paginations.slide-dots.swiper-pagination-clickable.swiper-pagination-bullets {
    right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-paginations.slide-dots.swiper-pagination-clickable.swiper-pagination-bullets {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .slider-paginations.slide-dots.swiper-pagination-clickable.swiper-pagination-bullets {
    right: 30px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: #989898;
  font-size: 0px;transition:all ease .4s
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;width: 80px;background: #7a7b7e;transition:all ease .4s
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "next";
  display: none;
}

/*.common-shape-wrapper {
  height: 490px;
  width: 490px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 100%;
  -webkit-transition: all 1.5s linear 0s;
  -moz-transition: all 1.5s linear 0s;
  -o-transition: all 1.5s linear 0s;
  transition: all 1.5s linear 0s;
}
@media (max-width: 767px) {
  .common-shape-wrapper {
    height: 230px;
    width: 230px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .common-shape-wrapper {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-shape-wrapper {
    height: 350px;
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-shape-wrapper {
    height: 400px;
    width: 400px;
  }
}
.common-shape-wrapper .common-shape-inner {
  height: 220px;
  width: 220px;
  background: #f2f3f5;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 100%;
  -webkit-transition: all 1.5s linear 0s;
  -moz-transition: all 1.5s linear 0s;
  -o-transition: all 1.5s linear 0s;
  transition: all 1.5s linear 0s;
}
@media (max-width: 767px) {
  .common-shape-wrapper .common-shape-inner {
    height: 150px;
    width: 150px;
  }
}

.common-shape-wrapper2 {
  right: -100%;
  bottom: -100%;
  transition: all 1400ms ease;
}
.common-shape-wrapper2 .common-shape-inner2 {
  right: -100%;
  bottom: -100%;
  transition: all 1400ms ease;
}*/

.swiper-slide-active .common-shape-wrapper {
  right: 0;
  bottom: 0;
}

.swiper-slide-active .common-shape-wrapper .common-shape-inner {
  right: 0;
  bottom: 0;
}

.map-area {
  margin-bottom: -6px;
}
.map-area iframe {
  height: 550px;
  border: 0px;
  width: 100%;
}

.nav-search {
  position: relative;
  display: inline-block;
  color: inherit;
}

.nav-search:hover {
  color: #f3ca20;
}

.search-wrap {
  width: 100%;
  height: 120px;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1211;
  background: rgba(232, 196, 43, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
  text-align: center;
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
  text-align: center;
}

.search-field-holder button {
  height: 42px;width: 45px;
  line-height: 42px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  display: inline-block; float: left; margin: 0 20px;
  margin-top: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.search-field-holder button:hover {
  background: #000; color: #fff;
}
.search-wrap .main-search-input {
  width: 80%;
  height: 70px; float: left;
  border: 0;
  padding: 25px 50px 0 0;
  background: transparent;
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: left;
}

.search-wrap .main-search-input::-moz-placeholder {
  text-transform: uppercase;
}

.search-wrap .main-search-input::placeholder {
  text-transform: uppercase;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input:-moz-placeholder {
  color: #c5b2b2;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 58px;
  left: 70%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

.mobile-links li > a:hover {
  color: #b79d82;
}

/* Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

[data-overlay=theme]::before {
  background-color: #f3ca20;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* Margin Top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt--10 {
  margin-top: -10px;
}

.mt--20 {
  margin-top: -20px;
}

.mt--30 {
  margin-top: -30px;
}

.mt--40 {
  margin-top: -40px;
}

.mt--50 {
  margin-top: -50px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--70 {
  margin-top: -70px;
}

.mt--80 {
  margin-top: -80px;
}

.mt--90 {
  margin-top: -90px;
}

.mt--100 {
  margin-top: -100px;
}

.mt--110 {
  margin-top: -110px;
}

.mt--120 {
  margin-top: -120px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--150 {
  margin-top: -150px;
}

.mt--160 {
  margin-top: -160px;
}

.mt--170 {
  margin-top: -170px;
}

.mt--180 {
  margin-top: -180px;
}

.mt--190 {
  margin-top: -190px;
}

.mt--200 {
  margin-top: -200px;
}

/* Margin Bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb--10 {
  margin-bottom: -10px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb--30 {
  margin-bottom: -30px;
}

.mb--40 {
  margin-bottom: -40px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--70 {
  margin-bottom: -70px;
}

.mb--80 {
  margin-bottom: -80px;
}

.mb--90 {
  margin-bottom: -90px;
}

.mb--100 {
  margin-bottom: -100px;
}

.mb--110 {
  margin-bottom: -110px;
}

.mb--120 {
  margin-bottom: -120px;
}

.mb--130 {
  margin-bottom: -130px;
}

.mb--140 {
  margin-bottom: -140px;
}

.mb--150 {
  margin-bottom: -150px;
}

.mb--160 {
  margin-bottom: -160px;
}

.mb--170 {
  margin-bottom: -170px;
}

.mb--180 {
  margin-bottom: -180px;
}

.mb--190 {
  margin-bottom: -190px;
}

.mb--200 {
  margin-bottom: -200px;
}

/* Margin Left */
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-200 {
  margin-left: 200px;
}

/* Margin Right */
.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-200 {
  margin-right: 200px;
}

/* Margin LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-lg-10 {
    margin-top: 10px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mt-lg-70 {
    margin-top: 70px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mt-lg-90 {
    margin-top: 90px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .mt-lg-110 {
    margin-top: 110px;
  }

  .mt-lg-120 {
    margin-top: 120px;
  }

  .mt-lg-130 {
    margin-top: 130px;
  }

  .mt-lg-140 {
    margin-top: 140px;
  }

  .mt-lg-150 {
    margin-top: 150px;
  }

  .mt-lg-160 {
    margin-top: 160px;
  }

  .mt-lg-170 {
    margin-top: 170px;
  }

  .mt-lg-180 {
    margin-top: 180px;
  }

  .mt-lg-190 {
    margin-top: 190px;
  }

  .mt-lg-200 {
    margin-top: 200px;
  }

  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mb-lg-60 {
    margin-bottom: 60px;
  }

  .mb-lg-70 {
    margin-bottom: 70px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mb-lg-90 {
    margin-bottom: 90px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .mb-lg-110 {
    margin-bottom: 110px;
  }

  .mb-lg-120 {
    margin-bottom: 120px;
  }

  .mb-lg-130 {
    margin-bottom: 130px;
  }

  .mb-lg-140 {
    margin-bottom: 140px;
  }

  .mb-lg-150 {
    margin-bottom: 150px;
  }

  .mb-lg-160 {
    margin-bottom: 160px;
  }

  .mb-lg-170 {
    margin-bottom: 170px;
  }

  .mb-lg-180 {
    margin-bottom: 180px;
  }

  .mb-lg-190 {
    margin-bottom: 190px;
  }

  .mb-lg-200 {
    margin-bottom: 200px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .ml-lg-80 {
    margin-left: 80px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

  .ml-lg-110 {
    margin-left: 110px;
  }

  .ml-lg-120 {
    margin-left: 120px;
  }

  .ml-lg-130 {
    margin-left: 130px;
  }

  .ml-lg-140 {
    margin-left: 140px;
  }

  .ml-lg-150 {
    margin-left: 150px;
  }

  .ml-lg-160 {
    margin-left: 160px;
  }

  .ml-lg-170 {
    margin-left: 170px;
  }

  .ml-lg-180 {
    margin-left: 180px;
  }

  .ml-lg-190 {
    margin-left: 190px;
  }

  .ml-lg-200 {
    margin-left: 200px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mr-lg-80 {
    margin-right: 80px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .mr-lg-110 {
    margin-right: 110px;
  }

  .mr-lg-120 {
    margin-right: 120px;
  }

  .mr-lg-130 {
    margin-right: 130px;
  }

  .mr-lg-140 {
    margin-right: 140px;
  }

  .mr-lg-150 {
    margin-right: 150px;
  }

  .mr-lg-160 {
    margin-right: 160px;
  }

  .mr-lg-170 {
    margin-right: 170px;
  }

  .mr-lg-180 {
    margin-right: 180px;
  }

  .mr-lg-190 {
    margin-right: 190px;
  }

  .mr-lg-200 {
    margin-right: 200px;
  }

  .mt-lg--10 {
    margin-top: -10px;
  }

  .mt-lg--20 {
    margin-top: -20px;
  }

  .mt-lg--30 {
    margin-top: -30px;
  }

  .mt-lg--40 {
    margin-top: -40px;
  }

  .mt-lg--50 {
    margin-top: -50px;
  }

  .mt-lg--60 {
    margin-top: -60px;
  }

  .mt-lg--70 {
    margin-top: -70px;
  }

  .mt-lg--80 {
    margin-top: -80px;
  }

  .mt-lg--90 {
    margin-top: -90px;
  }

  .mt-lg--100 {
    margin-top: -100px;
  }

  .mt-lg--110 {
    margin-top: -110px;
  }

  .mt-lg--120 {
    margin-top: -120px;
  }

  .mt-lg--130 {
    margin-top: -130px;
  }

  .mt-lg--140 {
    margin-top: -140px;
  }

  .mt-lg--150 {
    margin-top: -150px;
  }

  .mt-lg--160 {
    margin-top: -160px;
  }

  .mt-lg--170 {
    margin-top: -170px;
  }

  .mt-lg--180 {
    margin-top: -180px;
  }

  .mt-lg--190 {
    margin-top: -190px;
  }

  .mt-lg--200 {
    margin-top: -200px;
  }

  .mb-lg--10 {
    margin-bottom: -10px;
  }

  .mb-lg--20 {
    margin-bottom: -20px;
  }

  .mb-lg--30 {
    margin-bottom: -30px;
  }

  .mb-lg--40 {
    margin-bottom: -40px;
  }

  .mb-lg--50 {
    margin-bottom: -50px;
  }

  .mb-lg--60 {
    margin-bottom: -60px;
  }

  .mb-lg--70 {
    margin-bottom: -70px;
  }

  .mb-lg--80 {
    margin-bottom: -80px;
  }

  .mb-lg--90 {
    margin-bottom: -90px;
  }

  .mb-lg--100 {
    margin-bottom: -100px;
  }

  .mb-lg--110 {
    margin-bottom: -110px;
  }

  .mb-lg--120 {
    margin-bottom: -120px;
  }

  .mb-lg--130 {
    margin-bottom: -130px;
  }

  .mb-lg--140 {
    margin-bottom: -140px;
  }

  .mb-lg--150 {
    margin-bottom: -150px;
  }

  .mb-lg--160 {
    margin-bottom: -160px;
  }

  .mb-lg--170 {
    margin-bottom: -170px;
  }

  .mb-lg--180 {
    margin-bottom: -180px;
  }

  .mb-lg--190 {
    margin-bottom: -190px;
  }

  .mb-lg--200 {
    margin-bottom: -200px;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }

  .ml-lg-0 {
    margin-left: 0;
  }

  .mr-lg-0 {
    margin-right: 0;
  }
}
/* Margin MD */
@media (min-width: 768px) and (max-width: 991px) {
  .mt-md-10 {
    margin-top: 10px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .mt-md-110 {
    margin-top: 110px;
  }

  .mt-md-120 {
    margin-top: 120px;
  }

  .mt-md-130 {
    margin-top: 130px;
  }

  .mt-md-140 {
    margin-top: 140px;
  }

  .mt-md-150 {
    margin-top: 150px;
  }

  .mt-md-160 {
    margin-top: 160px;
  }

  .mt-md-170 {
    margin-top: 170px;
  }

  .mt-md-180 {
    margin-top: 180px;
  }

  .mt-md-190 {
    margin-top: 190px;
  }

  .mt-md-200 {
    margin-top: 200px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .mb-md-110 {
    margin-bottom: 110px;
  }

  .mb-md-120 {
    margin-bottom: 120px;
  }

  .mb-md-130 {
    margin-bottom: 130px;
  }

  .mb-md-140 {
    margin-bottom: 140px;
  }

  .mb-md-150 {
    margin-bottom: 150px;
  }

  .mb-md-160 {
    margin-bottom: 160px;
  }

  .mb-md-170 {
    margin-bottom: 170px;
  }

  .mb-md-180 {
    margin-bottom: 180px;
  }

  .mb-md-190 {
    margin-bottom: 190px;
  }

  .mb-md-200 {
    margin-bottom: 200px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .ml-md-70 {
    margin-left: 70px;
  }

  .ml-md-80 {
    margin-left: 80px;
  }

  .ml-md-90 {
    margin-left: 90px;
  }

  .ml-md-100 {
    margin-left: 100px;
  }

  .ml-md-110 {
    margin-left: 110px;
  }

  .ml-md-120 {
    margin-left: 120px;
  }

  .ml-md-130 {
    margin-left: 130px;
  }

  .ml-md-140 {
    margin-left: 140px;
  }

  .ml-md-150 {
    margin-left: 150px;
  }

  .ml-md-160 {
    margin-left: 160px;
  }

  .ml-md-170 {
    margin-left: 170px;
  }

  .ml-md-180 {
    margin-left: 180px;
  }

  .ml-md-190 {
    margin-left: 190px;
  }

  .ml-md-200 {
    margin-left: 200px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .mr-md-70 {
    margin-right: 70px;
  }

  .mr-md-80 {
    margin-right: 80px;
  }

  .mr-md-90 {
    margin-right: 90px;
  }

  .mr-md-100 {
    margin-right: 100px;
  }

  .mr-md-110 {
    margin-right: 110px;
  }

  .mr-md-120 {
    margin-right: 120px;
  }

  .mr-md-130 {
    margin-right: 130px;
  }

  .mr-md-140 {
    margin-right: 140px;
  }

  .mr-md-150 {
    margin-right: 150px;
  }

  .mr-md-160 {
    margin-right: 160px;
  }

  .mr-md-170 {
    margin-right: 170px;
  }

  .mr-md-180 {
    margin-right: 180px;
  }

  .mr-md-190 {
    margin-right: 190px;
  }

  .mr-md-200 {
    margin-right: 200px;
  }

  .mt-md--10 {
    margin-top: -10px;
  }

  .mt-md--20 {
    margin-top: -20px;
  }

  .mt-md--30 {
    margin-top: -30px;
  }

  .mt-md--40 {
    margin-top: -40px;
  }

  .mt-md--50 {
    margin-top: -50px;
  }

  .mt-md--60 {
    margin-top: -60px;
  }

  .mt-md--70 {
    margin-top: -70px;
  }

  .mt-md--80 {
    margin-top: -80px;
  }

  .mt-md--90 {
    margin-top: -90px;
  }

  .mt-md--100 {
    margin-top: -100px;
  }

  .mt-md--110 {
    margin-top: -110px;
  }

  .mt-md--120 {
    margin-top: -120px;
  }

  .mt-md--130 {
    margin-top: -130px;
  }

  .mt-md--140 {
    margin-top: -140px;
  }

  .mt-md--150 {
    margin-top: -150px;
  }

  .mt-md--160 {
    margin-top: -160px;
  }

  .mt-md--170 {
    margin-top: -170px;
  }

  .mt-md--180 {
    margin-top: -180px;
  }

  .mt-md--190 {
    margin-top: -190px;
  }

  .mt-md--200 {
    margin-top: -200px;
  }

  .mb-md--10 {
    margin-bottom: -10px;
  }

  .mb-md--20 {
    margin-bottom: -20px;
  }

  .mb-md--30 {
    margin-bottom: -30px;
  }

  .mb-md--40 {
    margin-bottom: -40px;
  }

  .mb-md--50 {
    margin-bottom: -50px;
  }

  .mb-md--60 {
    margin-bottom: -60px;
  }

  .mb-md--70 {
    margin-bottom: -70px;
  }

  .mb-md--80 {
    margin-bottom: -80px;
  }

  .mb-md--90 {
    margin-bottom: -90px;
  }

  .mb-md--100 {
    margin-bottom: -100px;
  }

  .mb-md--110 {
    margin-bottom: -110px;
  }

  .mb-md--120 {
    margin-bottom: -120px;
  }

  .mb-md--130 {
    margin-bottom: -130px;
  }

  .mb-md--140 {
    margin-bottom: -140px;
  }

  .mb-md--150 {
    margin-bottom: -150px;
  }

  .mb-md--160 {
    margin-bottom: -160px;
  }

  .mb-md--170 {
    margin-bottom: -170px;
  }

  .mb-md--180 {
    margin-bottom: -180px;
  }

  .mb-md--190 {
    margin-bottom: -190px;
  }

  .mb-md--200 {
    margin-bottom: -200px;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .ml-md-0 {
    margin-left: 0;
  }

  .mr-md-0 {
    margin-right: 0;
  }
}
/* Margin XS */
@media (max-width: 767px) {
  .mt-xs-10 {
    margin-top: 10px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mt-xs-70 {
    margin-top: 70px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .mt-xs-90 {
    margin-top: 90px;
  }

  .mt-xs-100 {
    margin-top: 100px;
  }

  .mt-xs-110 {
    margin-top: 110px;
  }

  .mt-xs-120 {
    margin-top: 120px;
  }

  .mt-xs-130 {
    margin-top: 130px;
  }

  .mt-xs-140 {
    margin-top: 140px;
  }

  .mt-xs-150 {
    margin-top: 150px;
  }

  .mt-xs-160 {
    margin-top: 160px;
  }

  .mt-xs-170 {
    margin-top: 170px;
  }

  .mt-xs-180 {
    margin-top: 180px;
  }

  .mt-xs-190 {
    margin-top: 190px;
  }

  .mt-xs-200 {
    margin-top: 200px;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .mb-xs-110 {
    margin-bottom: 110px;
  }

  .mb-xs-120 {
    margin-bottom: 120px;
  }

  .mb-xs-130 {
    margin-bottom: 130px;
  }

  .mb-xs-140 {
    margin-bottom: 140px;
  }

  .mb-xs-150 {
    margin-bottom: 150px;
  }

  .mb-xs-160 {
    margin-bottom: 160px;
  }

  .mb-xs-170 {
    margin-bottom: 170px;
  }

  .mb-xs-180 {
    margin-bottom: 180px;
  }

  .mb-xs-190 {
    margin-bottom: 190px;
  }

  .mb-xs-200 {
    margin-bottom: 200px;
  }

  .ml-xs-10 {
    margin-left: 10px;
  }

  .ml-xs-20 {
    margin-left: 20px;
  }

  .ml-xs-30 {
    margin-left: 30px;
  }

  .ml-xs-40 {
    margin-left: 40px;
  }

  .ml-xs-50 {
    margin-left: 50px;
  }

  .ml-xs-60 {
    margin-left: 60px;
  }

  .ml-xs-70 {
    margin-left: 70px;
  }

  .ml-xs-80 {
    margin-left: 80px;
  }

  .ml-xs-90 {
    margin-left: 90px;
  }

  .ml-xs-100 {
    margin-left: 100px;
  }

  .ml-xs-110 {
    margin-left: 110px;
  }

  .ml-xs-120 {
    margin-left: 120px;
  }

  .ml-xs-130 {
    margin-left: 130px;
  }

  .ml-xs-140 {
    margin-left: 140px;
  }

  .ml-xs-150 {
    margin-left: 150px;
  }

  .ml-xs-160 {
    margin-left: 160px;
  }

  .ml-xs-170 {
    margin-left: 170px;
  }

  .ml-xs-180 {
    margin-left: 180px;
  }

  .ml-xs-190 {
    margin-left: 190px;
  }

  .ml-xs-200 {
    margin-left: 200px;
  }

  .mr-xs-10 {
    margin-right: 10px;
  }

  .mr-xs-20 {
    margin-right: 20px;
  }

  .mr-xs-30 {
    margin-right: 30px;
  }

  .mr-xs-40 {
    margin-right: 40px;
  }

  .mr-xs-50 {
    margin-right: 50px;
  }

  .mr-xs-60 {
    margin-right: 60px;
  }

  .mr-xs-70 {
    margin-right: 70px;
  }

  .mr-xs-80 {
    margin-right: 80px;
  }

  .mr-xs-90 {
    margin-right: 90px;
  }

  .mr-xs-100 {
    margin-right: 100px;
  }

  .mr-xs-110 {
    margin-right: 110px;
  }

  .mr-xs-120 {
    margin-right: 120px;
  }

  .mr-xs-130 {
    margin-right: 130px;
  }

  .mr-xs-140 {
    margin-right: 140px;
  }

  .mr-xs-150 {
    margin-right: 150px;
  }

  .mr-xs-160 {
    margin-right: 160px;
  }

  .mr-xs-170 {
    margin-right: 170px;
  }

  .mr-xs-180 {
    margin-right: 180px;
  }

  .mr-xs-190 {
    margin-right: 190px;
  }

  .mr-xs-200 {
    margin-right: 200px;
  }

  .mt-xs--10 {
    margin-top: -10px;
  }

  .mt-xs--20 {
    margin-top: -20px;
  }

  .mt-xs--30 {
    margin-top: -30px;
  }

  .mt-xs--40 {
    margin-top: -40px;
  }

  .mt-xs--50 {
    margin-top: -50px;
  }

  .mt-xs--60 {
    margin-top: -60px;
  }

  .mt-xs--70 {
    margin-top: -70px;
  }

  .mt-xs--80 {
    margin-top: -80px;
  }

  .mt-xs--90 {
    margin-top: -90px;
  }

  .mt-xs--100 {
    margin-top: -100px;
  }

  .mt-xs--110 {
    margin-top: -110px;
  }

  .mt-xs--120 {
    margin-top: -120px;
  }

  .mt-xs--130 {
    margin-top: -130px;
  }

  .mt-xs--140 {
    margin-top: -140px;
  }

  .mt-xs--150 {
    margin-top: -150px;
  }

  .mt-xs--160 {
    margin-top: -160px;
  }

  .mt-xs--170 {
    margin-top: -170px;
  }

  .mt-xs--180 {
    margin-top: -180px;
  }

  .mt-xs--190 {
    margin-top: -190px;
  }

  .mt-xs--200 {
    margin-top: -200px;
  }

  .mb-xs--10 {
    margin-bottom: -10px;
  }

  .mb-xs--20 {
    margin-bottom: -20px;
  }

  .mb-xs--30 {
    margin-bottom: -30px;
  }

  .mb-xs--40 {
    margin-bottom: -40px;
  }

  .mb-xs--50 {
    margin-bottom: -50px;
  }

  .mb-xs--60 {
    margin-bottom: -60px;
  }

  .mb-xs--70 {
    margin-bottom: -70px;
  }

  .mb-xs--80 {
    margin-bottom: -80px;
  }

  .mb-xs--90 {
    margin-bottom: -90px;
  }

  .mb-xs--100 {
    margin-bottom: -100px;
  }

  .mb-xs--110 {
    margin-bottom: -110px;
  }

  .mb-xs--120 {
    margin-bottom: -120px;
  }

  .mb-xs--130 {
    margin-bottom: -130px;
  }

  .mb-xs--140 {
    margin-bottom: -140px;
  }

  .mb-xs--150 {
    margin-bottom: -150px;
  }

  .mb-xs--160 {
    margin-bottom: -160px;
  }

  .mb-xs--170 {
    margin-bottom: -170px;
  }

  .mb-xs--180 {
    margin-bottom: -180px;
  }

  .mb-xs--190 {
    margin-bottom: -190px;
  }

  .mb-xs--200 {
    margin-bottom: -200px;
  }

  .mt-xs-0 {
    margin-top: 0;
  }

  .mb-xs-0 {
    margin-bottom: 0;
  }

  .ml-xs-0 {
    margin-left: 0;
  }

  .mr-xs-0 {
    margin-right: 0;
  }
}
/* Padding Top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt--10 {
  padding-top: -10px;
}

.pt--20 {
  padding-top: -20px;
}

.pt--30 {
  padding-top: -30px;
}

.pt--40 {
  padding-top: -40px;
}

.pt--50 {
  padding-top: -50px;
}

.pt--60 {
  padding-top: -60px;
}

.pt--70 {
  padding-top: -70px;
}

.pt--80 {
  padding-top: -80px;
}

.pt--90 {
  padding-top: -90px;
}

.pt--100 {
  padding-top: -100px;
}

.pt--110 {
  padding-top: -110px;
}

.pt--120 {
  padding-top: -120px;
}

.pt--130 {
  padding-top: -130px;
}

.pt--140 {
  padding-top: -140px;
}

.pt--150 {
  padding-top: -150px;
}

.pt--160 {
  padding-top: -160px;
}

.pt--170 {
  padding-top: -170px;
}

.pt--180 {
  padding-top: -180px;
}

.pt--190 {
  padding-top: -190px;
}

.pt--200 {
  padding-top: -200px;
}

/* Padding Bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb--10 {
  padding-bottom: -10px;
}

.pb--20 {
  padding-bottom: -20px;
}

.pb--30 {
  padding-bottom: -30px;
}

.pb--40 {
  padding-bottom: -40px;
}

.pb--50 {
  padding-bottom: -50px;
}

.pb--60 {
  padding-bottom: -60px;
}

.pb--70 {
  padding-bottom: -70px;
}

.pb--80 {
  padding-bottom: -80px;
}

.pb--90 {
  padding-bottom: -90px;
}

.pb--100 {
  padding-bottom: -100px;
}

.pb--110 {
  padding-bottom: -110px;
}

.pb--120 {
  padding-bottom: -120px;
}

.pb--130 {
  padding-bottom: -130px;
}

.pb--140 {
  padding-bottom: -140px;
}

.pb--150 {
  padding-bottom: -150px;
}

.pb--160 {
  padding-bottom: -160px;
}

.pb--170 {
  padding-bottom: -170px;
}

.pb--180 {
  padding-bottom: -180px;
}

.pb--190 {
  padding-bottom: -190px;
}

.pb--200 {
  padding-bottom: -200px;
}

/* Padding Left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/* Padding Right */
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

/* Padding LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-110 {
    padding-top: 110px;
  }

  .pt-lg-120 {
    padding-top: 120px;
  }

  .pt-lg-130 {
    padding-top: 130px;
  }

  .pt-lg-140 {
    padding-top: 140px;
  }

  .pt-lg-150 {
    padding-top: 150px;
  }

  .pt-lg-160 {
    padding-top: 160px;
  }

  .pt-lg-170 {
    padding-top: 170px;
  }

  .pt-lg-180 {
    padding-top: 180px;
  }

  .pt-lg-190 {
    padding-top: 190px;
  }

  .pt-lg-200 {
    padding-top: 200px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pb-lg-110 {
    padding-bottom: 110px;
  }

  .pb-lg-120 {
    padding-bottom: 120px;
  }

  .pb-lg-130 {
    padding-bottom: 130px;
  }

  .pb-lg-140 {
    padding-bottom: 140px;
  }

  .pb-lg-150 {
    padding-bottom: 150px;
  }

  .pb-lg-160 {
    padding-bottom: 160px;
  }

  .pb-lg-170 {
    padding-bottom: 170px;
  }

  .pb-lg-180 {
    padding-bottom: 180px;
  }

  .pb-lg-190 {
    padding-bottom: 190px;
  }

  .pb-lg-200 {
    padding-bottom: 200px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }

  .pl-lg-110 {
    padding-left: 110px;
  }

  .pl-lg-120 {
    padding-left: 120px;
  }

  .pl-lg-130 {
    padding-left: 130px;
  }

  .pl-lg-140 {
    padding-left: 140px;
  }

  .pl-lg-150 {
    padding-left: 150px;
  }

  .pl-lg-160 {
    padding-left: 160px;
  }

  .pl-lg-170 {
    padding-left: 170px;
  }

  .pl-lg-180 {
    padding-left: 180px;
  }

  .pl-lg-190 {
    padding-left: 190px;
  }

  .pl-lg-200 {
    padding-left: 200px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }

  .pr-lg-110 {
    padding-right: 110px;
  }

  .pr-lg-120 {
    padding-right: 120px;
  }

  .pr-lg-130 {
    padding-right: 130px;
  }

  .pr-lg-140 {
    padding-right: 140px;
  }

  .pr-lg-150 {
    padding-right: 150px;
  }

  .pr-lg-160 {
    padding-right: 160px;
  }

  .pr-lg-170 {
    padding-right: 170px;
  }

  .pr-lg-180 {
    padding-right: 180px;
  }

  .pr-lg-190 {
    padding-right: 190px;
  }

  .pr-lg-200 {
    padding-right: 200px;
  }

  .pt-lg--10 {
    padding-top: -10px;
  }

  .pt-lg--20 {
    padding-top: -20px;
  }

  .pt-lg--30 {
    padding-top: -30px;
  }

  .pt-lg--40 {
    padding-top: -40px;
  }

  .pt-lg--50 {
    padding-top: -50px;
  }

  .pt-lg--60 {
    padding-top: -60px;
  }

  .pt-lg--70 {
    padding-top: -70px;
  }

  .pt-lg--80 {
    padding-top: -80px;
  }

  .pt-lg--90 {
    padding-top: -90px;
  }

  .pt-lg--100 {
    padding-top: -100px;
  }

  .pt-lg--110 {
    padding-top: -110px;
  }

  .pt-lg--120 {
    padding-top: -120px;
  }

  .pt-lg--130 {
    padding-top: -130px;
  }

  .pt-lg--140 {
    padding-top: -140px;
  }

  .pt-lg--150 {
    padding-top: -150px;
  }

  .pt-lg--160 {
    padding-top: -160px;
  }

  .pt-lg--170 {
    padding-top: -170px;
  }

  .pt-lg--180 {
    padding-top: -180px;
  }

  .pt-lg--190 {
    padding-top: -190px;
  }

  .pt-lg--200 {
    padding-top: -200px;
  }

  .pb-lg--10 {
    padding-bottom: -10px;
  }

  .pb-lg--20 {
    padding-bottom: -20px;
  }

  .pb-lg--30 {
    padding-bottom: -30px;
  }

  .pb-lg--40 {
    padding-bottom: -40px;
  }

  .pb-lg--50 {
    padding-bottom: -50px;
  }

  .pb-lg--60 {
    padding-bottom: -60px;
  }

  .pb-lg--70 {
    padding-bottom: -70px;
  }

  .pb-lg--80 {
    padding-bottom: -80px;
  }

  .pb-lg--90 {
    padding-bottom: -90px;
  }

  .pb-lg--100 {
    padding-bottom: -100px;
  }

  .pb-lg--110 {
    padding-bottom: -110px;
  }

  .pb-lg--120 {
    padding-bottom: -120px;
  }

  .pb-lg--130 {
    padding-bottom: -130px;
  }

  .pb-lg--140 {
    padding-bottom: -140px;
  }

  .pb-lg--150 {
    padding-bottom: -150px;
  }

  .pb-lg--160 {
    padding-bottom: -160px;
  }

  .pb-lg--170 {
    padding-bottom: -170px;
  }

  .pb-lg--180 {
    padding-bottom: -180px;
  }

  .pb-lg--190 {
    padding-bottom: -190px;
  }

  .pb-lg--200 {
    padding-bottom: -200px;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .pb-lg-0 {
    padding-bottom: 0;
  }

  .pl-lg-0 {
    padding-left: 0;
  }

  .pr-lg-0 {
    padding-right: 0;
  }
}
/* Padding MD */
@media (min-width: 768px) and (max-width: 991px) {
  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-110 {
    padding-top: 110px;
  }

  .pt-md-120 {
    padding-top: 120px;
  }

  .pt-md-130 {
    padding-top: 130px;
  }

  .pt-md-140 {
    padding-top: 140px;
  }

  .pt-md-150 {
    padding-top: 150px;
  }

  .pt-md-160 {
    padding-top: 160px;
  }

  .pt-md-170 {
    padding-top: 170px;
  }

  .pt-md-180 {
    padding-top: 180px;
  }

  .pt-md-190 {
    padding-top: 190px;
  }

  .pt-md-200 {
    padding-top: 200px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pb-md-110 {
    padding-bottom: 110px;
  }

  .pb-md-120 {
    padding-bottom: 120px;
  }

  .pb-md-130 {
    padding-bottom: 130px;
  }

  .pb-md-140 {
    padding-bottom: 140px;
  }

  .pb-md-150 {
    padding-bottom: 150px;
  }

  .pb-md-160 {
    padding-bottom: 160px;
  }

  .pb-md-170 {
    padding-bottom: 170px;
  }

  .pb-md-180 {
    padding-bottom: 180px;
  }

  .pb-md-190 {
    padding-bottom: 190px;
  }

  .pb-md-200 {
    padding-bottom: 200px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .pl-md-70 {
    padding-left: 70px;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .pl-md-90 {
    padding-left: 90px;
  }

  .pl-md-100 {
    padding-left: 100px;
  }

  .pl-md-110 {
    padding-left: 110px;
  }

  .pl-md-120 {
    padding-left: 120px;
  }

  .pl-md-130 {
    padding-left: 130px;
  }

  .pl-md-140 {
    padding-left: 140px;
  }

  .pl-md-150 {
    padding-left: 150px;
  }

  .pl-md-160 {
    padding-left: 160px;
  }

  .pl-md-170 {
    padding-left: 170px;
  }

  .pl-md-180 {
    padding-left: 180px;
  }

  .pl-md-190 {
    padding-left: 190px;
  }

  .pl-md-200 {
    padding-left: 200px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .pr-md-70 {
    padding-right: 70px;
  }

  .pr-md-80 {
    padding-right: 80px;
  }

  .pr-md-90 {
    padding-right: 90px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }

  .pr-md-110 {
    padding-right: 110px;
  }

  .pr-md-120 {
    padding-right: 120px;
  }

  .pr-md-130 {
    padding-right: 130px;
  }

  .pr-md-140 {
    padding-right: 140px;
  }

  .pr-md-150 {
    padding-right: 150px;
  }

  .pr-md-160 {
    padding-right: 160px;
  }

  .pr-md-170 {
    padding-right: 170px;
  }

  .pr-md-180 {
    padding-right: 180px;
  }

  .pr-md-190 {
    padding-right: 190px;
  }

  .pr-md-200 {
    padding-right: 200px;
  }

  .pt-md--10 {
    padding-top: -10px;
  }

  .pt-md--20 {
    padding-top: -20px;
  }

  .pt-md--30 {
    padding-top: -30px;
  }

  .pt-md--40 {
    padding-top: -40px;
  }

  .pt-md--50 {
    padding-top: -50px;
  }

  .pt-md--60 {
    padding-top: -60px;
  }

  .pt-md--70 {
    padding-top: -70px;
  }

  .pt-md--80 {
    padding-top: -80px;
  }

  .pt-md--90 {
    padding-top: -90px;
  }

  .pt-md--100 {
    padding-top: -100px;
  }

  .pt-md--110 {
    padding-top: -110px;
  }

  .pt-md--120 {
    padding-top: -120px;
  }

  .pt-md--130 {
    padding-top: -130px;
  }

  .pt-md--140 {
    padding-top: -140px;
  }

  .pt-md--150 {
    padding-top: -150px;
  }

  .pt-md--160 {
    padding-top: -160px;
  }

  .pt-md--170 {
    padding-top: -170px;
  }

  .pt-md--180 {
    padding-top: -180px;
  }

  .pt-md--190 {
    padding-top: -190px;
  }

  .pt-md--200 {
    padding-top: -200px;
  }

  .pb-md--10 {
    padding-bottom: -10px;
  }

  .pb-md--20 {
    padding-bottom: -20px;
  }

  .pb-md--30 {
    padding-bottom: -30px;
  }

  .pb-md--40 {
    padding-bottom: -40px;
  }

  .pb-md--50 {
    padding-bottom: -50px;
  }

  .pb-md--60 {
    padding-bottom: -60px;
  }

  .pb-md--70 {
    padding-bottom: -70px;
  }

  .pb-md--80 {
    padding-bottom: -80px;
  }

  .pb-md--90 {
    padding-bottom: -90px;
  }

  .pb-md--100 {
    padding-bottom: -100px;
  }

  .pb-md--110 {
    padding-bottom: -110px;
  }

  .pb-md--120 {
    padding-bottom: -120px;
  }

  .pb-md--130 {
    padding-bottom: -130px;
  }

  .pb-md--140 {
    padding-bottom: -140px;
  }

  .pb-md--150 {
    padding-bottom: -150px;
  }

  .pb-md--160 {
    padding-bottom: -160px;
  }

  .pb-md--170 {
    padding-bottom: -170px;
  }

  .pb-md--180 {
    padding-bottom: -180px;
  }

  .pb-md--190 {
    padding-bottom: -190px;
  }

  .pb-md--200 {
    padding-bottom: -200px;
  }

  .pt-md-0 {
    padding-top: 0;
  }

  .pb-md-0 {
    padding-bottom: 0;
  }

  .pl-md-0 {
    padding-left: 0;
  }

  .pr-md-0 {
    padding-right: 0;
  }
}
/* Padding XS */
@media (max-width: 767px) {
  .pt-xs-10 {
    padding-top: 10px;
  }

  .pt-xs-20 {
    padding-top: 20px;
  }

  .pt-xs-30 {
    padding-top: 30px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .pt-xs-50 {
    padding-top: 50px;
  }

  .pt-xs-60 {
    padding-top: 60px;
  }

  .pt-xs-70 {
    padding-top: 70px;
  }

  .pt-xs-80 {
    padding-top: 80px;
  }

  .pt-xs-90 {
    padding-top: 90px;
  }

  .pt-xs-100 {
    padding-top: 100px;
  }

  .pt-xs-110 {
    padding-top: 110px;
  }

  .pt-xs-120 {
    padding-top: 120px;
  }

  .pt-xs-130 {
    padding-top: 130px;
  }

  .pt-xs-140 {
    padding-top: 140px;
  }

  .pt-xs-150 {
    padding-top: 150px;
  }

  .pt-xs-160 {
    padding-top: 160px;
  }

  .pt-xs-170 {
    padding-top: 170px;
  }

  .pt-xs-180 {
    padding-top: 180px;
  }

  .pt-xs-190 {
    padding-top: 190px;
  }

  .pt-xs-200 {
    padding-top: 200px;
  }

  .pb-xs-10 {
    padding-bottom: 10px;
  }

  .pb-xs-20 {
    padding-bottom: 20px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pb-xs-50 {
    padding-bottom: 50px;
  }

  .pb-xs-60 {
    padding-bottom: 60px;
  }

  .pb-xs-70 {
    padding-bottom: 70px;
  }

  .pb-xs-80 {
    padding-bottom: 80px;
  }

  .pb-xs-90 {
    padding-bottom: 90px;
  }

  .pb-xs-100 {
    padding-bottom: 100px;
  }

  .pb-xs-110 {
    padding-bottom: 110px;
  }

  .pb-xs-120 {
    padding-bottom: 120px;
  }

  .pb-xs-130 {
    padding-bottom: 130px;
  }

  .pb-xs-140 {
    padding-bottom: 140px;
  }

  .pb-xs-150 {
    padding-bottom: 150px;
  }

  .pb-xs-160 {
    padding-bottom: 160px;
  }

  .pb-xs-170 {
    padding-bottom: 170px;
  }

  .pb-xs-180 {
    padding-bottom: 180px;
  }

  .pb-xs-190 {
    padding-bottom: 190px;
  }

  .pb-xs-200 {
    padding-bottom: 200px;
  }

  .pl-xs-10 {
    padding-left: 10px;
  }

  .pl-xs-20 {
    padding-left: 20px;
  }

  .pl-xs-30 {
    padding-left: 30px;
  }

  .pl-xs-40 {
    padding-left: 40px;
  }

  .pl-xs-50 {
    padding-left: 50px;
  }

  .pl-xs-60 {
    padding-left: 60px;
  }

  .pl-xs-70 {
    padding-left: 70px;
  }

  .pl-xs-80 {
    padding-left: 80px;
  }

  .pl-xs-90 {
    padding-left: 90px;
  }

  .pl-xs-100 {
    padding-left: 100px;
  }

  .pl-xs-110 {
    padding-left: 110px;
  }

  .pl-xs-120 {
    padding-left: 120px;
  }

  .pl-xs-130 {
    padding-left: 130px;
  }

  .pl-xs-140 {
    padding-left: 140px;
  }

  .pl-xs-150 {
    padding-left: 150px;
  }

  .pl-xs-160 {
    padding-left: 160px;
  }

  .pl-xs-170 {
    padding-left: 170px;
  }

  .pl-xs-180 {
    padding-left: 180px;
  }

  .pl-xs-190 {
    padding-left: 190px;
  }

  .pl-xs-200 {
    padding-left: 200px;
  }

  .pr-xs-10 {
    padding-right: 10px;
  }

  .pr-xs-20 {
    padding-right: 20px;
  }

  .pr-xs-30 {
    padding-right: 30px;
  }

  .pr-xs-40 {
    padding-right: 40px;
  }

  .pr-xs-50 {
    padding-right: 50px;
  }

  .pr-xs-60 {
    padding-right: 60px;
  }

  .pr-xs-70 {
    padding-right: 70px;
  }

  .pr-xs-80 {
    padding-right: 80px;
  }

  .pr-xs-90 {
    padding-right: 90px;
  }

  .pr-xs-100 {
    padding-right: 100px;
  }

  .pr-xs-110 {
    padding-right: 110px;
  }

  .pr-xs-120 {
    padding-right: 120px;
  }

  .pr-xs-130 {
    padding-right: 130px;
  }

  .pr-xs-140 {
    padding-right: 140px;
  }

  .pr-xs-150 {
    padding-right: 150px;
  }

  .pr-xs-160 {
    padding-right: 160px;
  }

  .pr-xs-170 {
    padding-right: 170px;
  }

  .pr-xs-180 {
    padding-right: 180px;
  }

  .pr-xs-190 {
    padding-right: 190px;
  }

  .pr-xs-200 {
    padding-right: 200px;
  }

  .pt-xs--10 {
    padding-top: -10px;
  }

  .pt-xs--20 {
    padding-top: -20px;
  }

  .pt-xs--30 {
    padding-top: -30px;
  }

  .pt-xs--40 {
    padding-top: -40px;
  }

  .pt-xs--50 {
    padding-top: -50px;
  }

  .pt-xs--60 {
    padding-top: -60px;
  }

  .pt-xs--70 {
    padding-top: -70px;
  }

  .pt-xs--80 {
    padding-top: -80px;
  }

  .pt-xs--90 {
    padding-top: -90px;
  }

  .pt-xs--100 {
    padding-top: -100px;
  }

  .pt-xs--110 {
    padding-top: -110px;
  }

  .pt-xs--120 {
    padding-top: -120px;
  }

  .pt-xs--130 {
    padding-top: -130px;
  }

  .pt-xs--140 {
    padding-top: -140px;
  }

  .pt-xs--150 {
    padding-top: -150px;
  }

  .pt-xs--160 {
    padding-top: -160px;
  }

  .pt-xs--170 {
    padding-top: -170px;
  }

  .pt-xs--180 {
    padding-top: -180px;
  }

  .pt-xs--190 {
    padding-top: -190px;
  }

  .pt-xs--200 {
    padding-top: -200px;
  }

  .pb-xs--10 {
    padding-bottom: -10px;
  }

  .pb-xs--20 {
    padding-bottom: -20px;
  }

  .pb-xs--30 {
    padding-bottom: -30px;
  }

  .pb-xs--40 {
    padding-bottom: -40px;
  }

  .pb-xs--50 {
    padding-bottom: -50px;
  }

  .pb-xs--60 {
    padding-bottom: -60px;
  }

  .pb-xs--70 {
    padding-bottom: -70px;
  }

  .pb-xs--80 {
    padding-bottom: -80px;
  }

  .pb-xs--90 {
    padding-bottom: -90px;
  }

  .pb-xs--100 {
    padding-bottom: -100px;
  }

  .pb-xs--110 {
    padding-bottom: -110px;
  }

  .pb-xs--120 {
    padding-bottom: -120px;
  }

  .pb-xs--130 {
    padding-bottom: -130px;
  }

  .pb-xs--140 {
    padding-bottom: -140px;
  }

  .pb-xs--150 {
    padding-bottom: -150px;
  }

  .pb-xs--160 {
    padding-bottom: -160px;
  }

  .pb-xs--170 {
    padding-bottom: -170px;
  }

  .pb-xs--180 {
    padding-bottom: -180px;
  }

  .pb-xs--190 {
    padding-bottom: -190px;
  }

  .pb-xs--200 {
    padding-bottom: -200px;
  }

  .pt-xs-0 {
    padding-top: 0;
  }

  .pb-xs-0 {
    padding-bottom: 0;
  }

  .pl-xs-0 {
    padding-left: 0;
  }

  .pr-xs-0 {
    padding-right: 0;
  }
}
.pb-400 {
  padding-bottom: 400px;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #f3ca20;
}
.open-mobile-menu a.active {
  background: #f3ca20;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #f3ca20;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #f3ca20;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #f3ca20;
  border-color: #f3ca20;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #f3ca20;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #f3ca20;
  border-color: #f3ca20;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* 02. Header */
.transparent-header.sticky-header,
.transparent-header.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.sticky-header2.sticky-header {
  background: #fff !important;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0);
}

.transparent-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.transparent-header .header-space {
  padding: 0;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .transparent-header .header-space {
    padding: 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .transparent-header .header-space {
    padding: 0px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .transparent-header .header-space {
    padding: 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .transparent-header .header-space {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .transparent-header .header-space {
    padding: 20px 0px;
  }
}


.header-logo{width: 200px;}



.main-menu{ float:right;}
.header-right{ float:right; margin-top: 25px; margin-left: 40px;padding:15px 0; padding-left: 20px; }

.main-menu ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .main-menu ul li {
    margin-right: 43px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-right: 42px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0px;
}
.main-menu ul li a {
  font-size: 17px;
  display: inline-block;line-height: 30px;
  font-weight: 500;
  position: relative;
  color: #000;
  padding: 40px 0px;
}
.main-menu ul li a span{
  font-size: 16px;
  font-weight: 400;font-family: "Montserrat", "Arial", sans-serif;
  color: #555;margin-right: 5px;line-height: 30px;
}
.main-menu ul li.on a {
  font-size: 17px;
  display: inline-block;line-height: 30px;
  font-weight: 800;
  position: relative;
  color: #000;
  padding: 40px 0px;
}
.main-menu ul li.on a span{
  font-size: 16px;
  font-weight: 700;font-family: "Montserrat", "Arial", sans-serif;
  color: #000;margin-right: 5px;line-height: 30px;
}


.main-menu ul li .sub-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 130%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid #f3ca20;
  text-align: left;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
  padding: 8px 25px 8px 25px;
}
.main-menu ul li .sub-menu li a {
  padding: 0px;
  display: inline-block;
  color: #000;
  position: relative;
}
.main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #f3ca20;
}
.main-menu ul li .sub-menu li:hover a {
  color: #f3ca20;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu ul li .sub-menuchang {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 130%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 600px;
  z-index: 9;
  border-top: 4px solid #f3ca20;
  text-align: left;
  padding: 15px 0;margin-left: -200px;
}
.main-menu ul li .sub-menuchang li {
  display: block;
  margin: 0px;
  padding: 8px 25px 8px 25px; width: 33%; float: left;
}
.main-menu ul li .sub-menuchang li a {
  padding: 0px;
  display: inline-block;font-weight: normal;
  color: #212237;
  position: relative;
}
.main-menu ul li .sub-menuchang li ul{margin:10px 0;}
.main-menu ul li .sub-menuchang li ul li{
 width:100%; height: auto; font-size: 12px;padding:3px 0;margin: 0;
}
.main-menu ul li .sub-menuchang li ul li a {
 width:100%; height: auto; font-size: 12px; color: #888;line-height: 20px;margin: 0; padding: 0;
}
.main-menu ul li .sub-menuchang li ul li a:hover {
 width:100%; height: auto; font-size: 12px; color: #000; margin-left: 8px;
}


.main-menu ul li .sub-menuchang1 {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 130%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 1200px;
  z-index: 9;
  border-top: 4px solid #f3ca20;
  text-align: left;
  padding: 15px 0;margin-left: -650px;
}
@media (max-width:1600px){.main-menu ul li .sub-menuchang1 {margin-left: -700px;} }
.main-menu ul li .sub-menuchang1 li {
  display: block;
  margin: 0px;
  padding: 8px 15px 8px 15px; width: 16.6%; float: left;
}
@media (max-width:1300px){.main-menu ul li .sub-menuchang1 {margin-left: -700px;} }
.main-menu ul li .sub-menuchang1 li a {
  padding: 0px;
  display: inline-block;font-weight: normal;
  color: #212237;
  position: relative;
}
.main-menu ul li .sub-menuchang1 li ul{margin:10px 0;}
.main-menu ul li .sub-menuchang1 li ul li{
 width:100%; height: auto; font-size: 12px;padding:3px 0;margin: 0;
}
.main-menu ul li .sub-menuchang1 li ul li a {
 width:100%; height: auto; font-size: 12px; color: #888;line-height: 20px;
}
.main-menu ul li .sub-menuchang1 li ul li a:hover {
 width:100%; height: auto; font-size: 12px; color: #000; margin-left: 8px;
}




.main-menu ul li a:hover {
  color: #000;font-weight: 800;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li:hover .sub-menuchang {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li:hover .sub-menuchang1 {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-social {
  display: inline-block;
  position: relative;
}
.header-social:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  top: -9px;
  right: 0px;
  background: rgba(255, 255, 255, 0.102);
}
.header-social a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .header-social a {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-social a {
    margin-right: 13px;
  }
}
.header-social a:hover {
  color: #f3ca20;
}

.header-search {
  display: inline-block;
  padding: 0 0 0 28px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .header-search {
    padding: 0px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-search {
    padding: 0px 15px;
  }
}
.header-search a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.header-btn {
  display: inline-block;
}

.header-top {
  padding-top: 9px;
}

.header-top-space {
  padding: 0px 65px 0px 65px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .header-top-space {
    padding: 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top-space {
    padding: 0px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-space {
    padding: 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-space {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .header-top-space {
    padding: 0px 0px;
  }
}

.welcome-text span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 9px;
}

.header-top-info ul {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-info ul {
    text-align: center;
  }
}
.header-top-info ul li, .header-top-info ul li a {
  display: inline-block;
  margin-right: 40px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.header-top-info ul li:last-child, .header-top-info ul li a:last-child {
  margin-right: 0px;
}
.header-top-info ul li img, .header-top-info ul li a img {
  width: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.header-top-info ul li {
  margin-bottom: 9px;
}

.header-area {
  position: inherit;
  background: #fff;
}

.main-menu-2 ul li a {
  color: #777a7e;
}
.main-menu-2 ul li .sub-menu li a {
  color: #777a7e;
}

.header-social-2 a {
  color: #242629;
}
.header-social-2:after {
  background: #e9ebed;
}

.header-search-2 a {
  color: #242629;
}

.side-menu-icon {
  position: relative;
}

.mobile-menu.mean-container {
  clear: both;
  overflow: hidden;
}

.contact-infos {
  margin-top: 30px;
}
.contact-infos h4 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 20px;
}
.contact-infos ul li, .contact-infos ul li a {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
  list-style: none;
}
.contact-infos ul li:last-child, .contact-infos ul li a:last-child {
  margin-bottom: 0px;
}
.contact-infos ul li img, .contact-infos ul li a img {
  width: 16px;
  margin-right: 8px;
}

.sidebar__menu--social {
  margin-top: 25px;
}
.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  background: #393f53;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar__menu--social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #f3ca20;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sidebar__menu--social a i {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sidebar__menu--social a:hover:before {
  width: 100%;
}
.sidebar__menu--social a:hover i {
  transform: rotate(360deg);
}
.sidebar__menu--social a:last-child {
  margin-right: 0px;
}

.side-menu-icon i {
  color: #fff;
}

.side-toggle2 i {
  color: #242629;
}

/* 03. Slider */
.slider-height {
  min-height: 970px;
}


.slider-height-2 {
  min-height: 915px;
}
.slider-height-3 {
  min-height: 750px;
}
.single-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s linear 0s;
  -moz-transition: all 8s linear 0s;
  -o-transition: all 8s linear 0s;
  transition: all 8s linear 0s;
}

.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.kslider {
  padding-top: 345px;
}


.kslider--subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.kslider--subtitle:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  background-color: #f3ca20;
  top: 5px;
  left: 0px;
}

.kslider--title {
  font-size: 130px;
  font-weight: 900;
  color: #fff;
  line-height: 0.85;
  text-transform: uppercase;
  letter-spacing: -2.5px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kslider--title {
    font-size: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kslider--title {
    font-size: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kslider--title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .kslider--title {
    font-size: 48px;
    line-height: 1;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .kslider--title {
    font-size: 30px;
  }
}

.slide-shape {
  position: absolute;
  left: -100%;
  bottom: -100%;
  z-index: 3;
  transition: 1.5s;
}
.slide-shape.shape-2 {
  left: auto;
  right: -100%;
}

.swiper-slide-active .slide-shape {
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .swiper-slide-active .slide-shape {
    width: 150px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .swiper-slide-active .slide-shape {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slide-active .slide-shape {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide-active .slide-shape {
    width: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .swiper-slide-active .slide-shape {
    width: 500px;
  }
}
.swiper-slide-active .slide-shape.shape-2 {
  left: auto;
  right: 0;
}

.kslider-2 {
  padding: 0px;
}

.kslider--subtitle__two {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 20px 45px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(36, 38, 41, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.kslider--title__two {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 40px;margin: 0; padding:5px 0;
}
.kslider--title__txt {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  line-height:30px;margin: 0; padding:15px 0;
}

.kslider--title__two1 {
  font-size: 40px;
  font-weight: 300;
  color: #000;
  line-height: 40px;margin: 0; padding:5px 0;
}



.kslider--title__two1-1 {
  font-size: 54px;
  font-weight: 500;font-family: "Montserrat";
  color: #000;
  line-height: 60px;margin: 0; padding:5px 0;
}
.kslider--title__txt1 {
  font-size: 26px;
  font-weight: 300;
  color: #666;
  line-height:30px;margin: 0; padding:15px 0;
}


.kslider--title__two2{
	position: relative;
	display: block;white-space:nowrap;font-size:40px;line-height:1em; text-align:left;
	margin-bottom: 10px;
}

.kslider--title__two2 .txt1{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:rgba(255,255,255,0);-webkit-text-stroke:1px #333;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s; font-weight: 800;}
.kslider--title__two2 .txt2{font-size:30px; font-weight:300; line-height:30px; color:#5d4ee5;}

.kslider--title__two2 .txt3{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:rgba(255,255,255,0);-webkit-text-stroke:1px #999;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s; font-weight: 800;font-family: "Arial"; font-size:56px;}

.kslider--title__two3{
  font-size: 50px;
  font-weight: 400;
  color: #5d4ee5;
  line-height: 60px;margin: 0; padding:5px 0;
}
.kslider--title__txt3 {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height:30px;margin: 0; padding:15px 0;
}



@media (max-width: 768px) {
  .kslider--title__two {
    font-size: 24px;
    line-height: 1.2;
  }
    .kslider--title__two1 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.slider-height-2 .common-shape-wrapper {
  opacity: 0.7;
  background: #242629;
}
.slider-height-2 .common-shape-wrapper .common-shape-inner {
  background: #f3ca20;
  opacity: 0.7;
}
.slider-height-3 .common-shape-wrapper {
  opacity: 0.7;
  background: #242629;
}
.slider-height-3 .common-shape-wrapper .common-shape-inner {
  background: #f3ca20;
  opacity: 0.7;
}
.slider-active-2 .slider-paginations.slide-dots.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 50px;
  left: 80px;
  transform: translateX(0);
  top: auto;
  right: auto;
  width: 250px;
  text-align: center;
}
.project-active .slider-paginations.slide-dots {
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  right: auto;
  width: 250px;
  text-align: center;
}





/* 04. Service */
.service-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-area {
    padding-bottom: 160px;
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  .service-area {
    padding-top: 115px;
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-area.service-area2 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .service-area.service-area2 {
    padding-bottom: 100px;
  }
}

.kservice {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.kservice:before {
  position: absolute;
  content: "";
  height: 70px;
  width: 140px;
  background: #fff;
  opacity: 0.02;
  z-index: -1;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.kservice:hover {
  background: #f3ca20;
}
.kservice:hover:before {
  opacity: 0.102;
}
.kservice:hover .kservice-icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.kservice:hover .kservice-icon i {
  color: #fff;
}

.kservice-icon {
  display: inline-block;
}
.kservice-icon img:last-child {
  display: none;
}
.kservice-icon i {
  font-size: 60px;
  color: #f3ca20;
}

.kservice-text-subtitle {
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  z-index: 1;
}
.kservice-text-subtitle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0px;
  bottom: 1px;
  background: #f3ca20;
  z-index: -1;
}

.kservice-text-title {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kservice-text-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .kservice-text-title {
    font-size: 42px;
  }
}

.kservice-text p {
  color: #a0a2a6;
  line-height: 2;
  font-size: 18px;
}

.kservice-author {
  display: flex;
}
.kservice-author-img {
  padding: 6px;
  border: 2px solid #f3ca20;
  border-radius: 50%;
}
.kservice-author-img img {
  border-radius: 50%;
}
.kservice-author-sign span {
  font-size: 24px;
  font-family: "Reey";
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .kservice-author-sign span {
    font-size: 20px;
  }
}

.kservice-content-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.kservice {
  background: #1a1c1e;
  padding: 40px 35px 35px 35px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .kservice {
    padding: 40px 40px 35px 40px;
  }
}

.cta-bg {
  display: flex;
  align-items: center;
  padding: 65px 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-bg {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-bg {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .cta-bg {
    display: inherit;
    padding: 25px 30px;
  }
}
.cta-bg .cta-number {
  flex-basis: 36%;
  margin-bottom: -20px;
}
.cta-bg .cta-description {
  flex-basis: 37%;
  margin-left: 65px;
  position: relative;
  padding-left: 60px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-bg .cta-description {
    margin-left: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-bg .cta-description {
    padding-left: 30px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-bg .cta-description {
    padding-left: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta-bg .cta-description {
    padding-left: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cta-bg .cta-description:before {
  height: 80px;
  width: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  content: "";
  top: -10px;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-bg .cta-description:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-bg .cta-description:before {
    display: none;
  }
}
.cta-bg .cta-description p {
  font-size: 16px;
  font-weight: 500;
  color: #ffd6d6;
  line-height: 30px;
  margin: 0px;
}
.cta-bg .cta-btn {
  flex-basis: 27%;
}

.cta-number-icon {
  float: left;
}
@media (max-width: 767px) {
  .cta-number-icon {
    float: inherit;
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cta-number-icon {
    float: left;
    margin-bottom: 0px;
  }
}
.cta-number-icon img {
  margin-top: 4px;
}
.cta-number-icon i {
  font-size: 60px;
  color: #fff;
}
.cta-number-text span {
  font-size: 12px;
  color: #ffd6d6;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 3px;
}
.cta-number-text h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-number-text h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-number-text h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-number-text h3 {
    font-size: 36px;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .service-2 {
    padding-top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-2 {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .service-2 {
    padding-top: 110px;
  }
}

.kservice-text-2 {
  padding: 50px 50px 25px 50px;
  padding-top: 45px;
  border: 2px solid #e9ebed;
  border-bottom: 0px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kservice-text-2 {
    padding: 40px 45px 45px 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kservice-text-2 {
    padding: 15px 20px 20px 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .kservice-text-2 {
    padding: 15px 25px 20px 25px;
  }
}
.kservice-text-2:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  left: 0px;
  background: #242629;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: -1;
}
.kservice-text-2 span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 3px;
}

.kservice-title-2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
}

.kservice-img-2 {
  overflow: hidden;
}
.kservice-img-2 img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
@media (max-width: 767px) {
  .kservice-img-2 img {
    width: 100%;
  }
}

.kservice-2:hover .kservice-text-2 {
  border-color: #242629;
}
.kservice-2:hover .kservice-text-2:before {
  width: 100%;
}
.kservice-2:hover .kservice-title-2 {
  color: #fff;
}
.kservice-2:hover img {
  animation-name: animation-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}
.kservice-2:hover i {
  animation-name: animation-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}
.kservice-2:hover .kservice-img-2 img {
  animation: none;
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.kservice-text-2 img {
  height: 55px;
}
.kservice-text-2 i {
  font-size: 60px;
  color: #f3ca20;
}

.service-title {
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.develop-wrapper .develop-thumb {
  margin-bottom: 35px;
}
.develop-wrapper .develop-content {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .develop-wrapper .develop-content {
    padding-right: 0px;
  }
}
.develop-wrapper .develop-content p {
  font-size: 16px;
  line-height: 36px;
}

.plan-content h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #242629;
}
.plan-content p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 35px;
}
.plan-content li {
  list-style: none;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.plan-content li::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 pro";
  top: 0;
  left: 0;
  color: #f3ca20;
}

.widget_categories {
  padding: 45px 30px 30px 35px;
  background: #f2f3f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_categories {
    padding: 45px 40px 30px 40px;
  }
}
@media (max-width: 767px) {
  .widget_categories {
    padding: 30px 10px 15px 10px;
  }
}
.widget_categories li {
  list-style: none;
  position: relative;
}
.widget_categories li a {
  font-size: 16px;
  line-height: 26px;
  color: #777a7e;
  padding: 14px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.widget_categories li::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 12px;
  right: 20px;
  color: #f3ca20;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.widget_categories li:hover {
  background: #fff;
}
.widget_categories li:hover::before {
  opacity: 1;
  visibility: visible;
}

.bs-widget-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-btn .theme-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 0px 40px;
}

/* 05. Cta */
.kquality-icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background: #f3ca20;
  border-radius: 50%;
  float: left;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .kquality-icon {
    float: inherit;
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .kquality-icon {
    margin-bottom: 0px;
    float: left;
  }
}
.kquality-icon i {
  font-size: 55px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.kquality-text-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.kquality-text p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
}

.kquality-img {
  position: relative;
  display: inline-block;
}
.kquality-img img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.kquality-img img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.kquality-img:before, .kquality-img:after {
  height: 100%;
  width: 10px;
  top: 0px;
  left: 0px;
  background: #f3ca20;
  position: absolute;
  content: "";
  z-index: 1;
}
.kquality-img:after {
  left: 10px;
  background: #fff;
}

.cta-number:hover .cta-number-icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.kquality:hover img {
  animation: scale-up-one infinite 3s linear;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta-description {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cta-description {
    overflow: hidden;
  }
}

/* 06. About */
.kabout-img {
  position: relative;
}
.kabout-img img {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kabout-img {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kabout-img {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kabout-img {
    margin-right: 0px;
    margin-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .kabout-img {
    margin-right: 0px;
    margin-bottom: 125px;
  }
}
.kabout-img-shape {
  width: 40px;
  height: 560px;
  background: #fff;
  border: 8px solid #f3ca20;
  position: absolute;
  top: 2px;
  left: -30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .kabout-img-shape {
    display: none;
  }
}
.kabout-img-small {
  bottom: -80px;
  z-index: 5;
  left: -140px;
  display: inline-block;
  position: absolute;
}
.kabout-img-small-icon {
  position: absolute;
  top: -60px;
  right: -60px;
  height: 150px;
  width: 150px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 18px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.kabout-img-small-icon span {
  height: 114px;
  width: 114px;
  line-height: 114px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}
.kabout-img-small-icon span img {
  vertical-align: middle;
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.kabout-img-small-icon span i {
  font-size: 60px;
  color: #f3ca20;
  margin-top: 10px;
  display: inline-block;
}
.kabout-img img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.kabout-img img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.kabout-img:hover .kabout-img-small-icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.play_btn::after, .play_btn::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.play_btn::before {
  animation-delay: 0.8s;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.kabout .section-title-wrapper p {
  line-height: 2;
  font-size: 18px;
}
.kabout ul li {
  font-size: 17px;
  font-weight: 500;
  color: #242629;
  margin-bottom: 15px;
  list-style: none;
  display: flex;
}
.kabout ul li:last-child {
  margin-bottom: 0px;
}
.kabout ul li i {
  margin-right: 15px;
  color: #f3ca20;
  margin-top: 4px;
}

.kabout-service p {
  font-size: 16px;
}

.kabout-service-title {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 18px;
}
.kabout-service-title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 19px;
  background: #f3ca20;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-we.pt-120 {
    padding-top: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we.pt-120 {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  .why-we.pt-120 {
    padding-top: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-we.pb-70 {
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we.pb-70 {
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .why-we.pb-70 {
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we.pb-125 {
    padding-bottom: 115px;
  }
}
@media (max-width: 767px) {
  .why-we.pb-125 {
    padding-bottom: 115px;
  }
}

@media (max-width: 767px) {
  .why-we-left {
    margin-right: 0px;
  }
}
.why-we-left p {
  font-size: 18px;
  line-height: 2;
}

.why-tabs {
  width: 100%;
  display: flex;
}
.why-tabs .nav-item {
  flex-basis: 23%; margin: 1%;border: 1px solid #f3f3f3;border-radius:30px;
}
.why-tabs .nav-item.haiwai {
  flex-basis: 16%; margin: 0.3%;border: 1px solid #f3f3f3;
}
.why-tabs.ydgg .nav-item.haiwai {
  flex-basis: 19%; margin: 0.3%;border: 1px solid #f3f3f3;
}
.why-tabs .six {
  flex-basis: 15.5%; margin: 0.5%;border: 1px solid #f3f3f3;
}

@media (max-width: 767px) {
  .why-tabs .nav-item {
     flex-basis: 48%; margin-right: 1%;
    text-align: left;
  }

	.why-tabs .six {
    flex-basis: 48%; margin-right: 1%;
    text-align: left;
  }
}
.why-tabs .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #242629;
  letter-spacing: 1px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 10px 13px 10px;
}
.why-tabs .nav-item.haiwai .nav-link{font-size: 14px}
.why-tabs .six .nav-link {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #242629;
  letter-spacing: 1px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 10px 13px 10px;
}

@media (max-width: 767px) {
  .why-tabs .nav-item .nav-link {
     text-align: left;font-size: 14px;  letter-spacing: 0;
    padding: 5px 8px; line-height: 20px;
  }
	.why-tabs .six .nav-link {
    text-align: left;font-size: 14px;  letter-spacing: 0;
    padding: 5px 8px; line-height: 20px;
  }
}
.why-tabs .nav-item .nav-link.active {
  color: #fff;
  background: #f3ca20;border-radius:30px;
}
.why-tabs .six .nav-link.active {
  color: #fff;
  background: #f3ca20;
}

 .why-we-tab {
    margin-bottom: 30px;
  }
@media (min-width: 992px) and (max-width: 1199px) {
  .why-we-tab {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we-tab {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .why-we-tab {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
.why-we-tab p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}

.why-tab-img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .why-tab-img {
    float: inherit;
    margin-right: 0px;
    margin-bottom: 30px;
    width: inherit;
  }
}
.why-tab-img img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.why-tab-img img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.why-tab-list ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: #242629;
  margin-bottom: 15px;
  display: flex;
}
.why-tab-list ul li:last-child {
  margin-bottom: 0px;
}
.why-tab-list ul li i {
  font-size: 18px;
  color: #f3ca20;
  margin-right: 20px;
}

.why-we .common-shape-wrapper {
  left: 0px;
  right: auto;
  border-radius: 0px;
  border-top-right-radius: 100%;
}
.why-we .common-shape-wrapper .common-shape-inner {
  left: 0px;
  right: auto;
  border-radius: 0px;
  border-top-right-radius: 100%;
}

.intro-bg {
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .intro-bg {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-bg {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro-bg {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-space {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-space {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .intro-space {
    padding-bottom: 120px;
  }
}

.kintro-img-text {
  display: flex;
  align-items: center;
  padding: 35px 40px 20px 40px;
  background: #fff;
  position: absolute;
  bottom: 120px;
  left: -120px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .kintro-img-text {
    left: -90px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kintro-img-text {
    left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kintro-img-text {
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kintro-img-text {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .kintro-img-text {
    left: 0px;
    bottom: 0px;
    padding: 20px;
  }
}
.kintro-img-text .kintro-img-text-icon i {
  font-size: 60px;
  color: #f3ca20;
}
.kintro-img-text h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kintro-img {
  position: relative;
}
.kintro-img:hover .kintro-img-text-icon i {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.kintro-img:hover i {
  -webkit-filter: grayscale(0);
}
.kintro-img img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .kintro-text {
    margin-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kintro-text {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kintro-text {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .kintro-text {
    margin-left: 0px;
  }
}
.kintro-text .section-title-wrapper p {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #f3ca20;
  line-height: 1.9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kintro-text .section-title-wrapper h2 {
    font-size: 44px;
  }
}
.kintro-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
}

.kservice-author-sign-2 span {
  color: #242629;
}

.skill--title__wrapper {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skill--title__wrapper span {
  color: #777a7e;
}

.skill--title {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
}

.skill__wrapper .progress {
  height: 6px;
  border-radius: 0px;
  background: #e9ebed;
}

.mission-img-text {
  position: absolute;
  left: 30px;
  bottom: 0px;
  background: #fff;
  padding: 40px 50px;
  width: 330px;
}
@media (max-width: 767px) {
  .mission-img-text {
    padding: 20px 30px;
    width: 250px;
  }
}
.mission-img-text h4 {
  font-size: 20px;
  line-height: 30px;
  color: #242629;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mission-img-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.mission-img-text a {
  font-size: 12px;
  color: #f3ca20;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.choose-left p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
.choose-right{margin: 15px 0;}
.choose-right .accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

.choose-right .accordion-item {
  border: 1px solid #e9ebed;
  margin-bottom: 20px;
}

.choose-right .accordion-button {
  padding: 25px;
  font-size: 16px;
  color: #242629;
  font-weight: 700;
  padding-right: 35px;
}

.choose-right .accordion-button:not(.collapsed) {
  color: #f3ca20;
  background-color: #fff;
  box-shadow: none;
}

.choose-right .accordion-body {
  padding: 0px 25px 20px 25px;
  margin-top: -10px;
}

.choose-right .accordion-body p {
  font-size: 16px;
  line-height: 36px;
  color: #777a7e;
}

.choose-right .accordion-button:not(.collapsed)::after {
  background: none;
  transform: rotate(180deg);
  color: #242629;
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  font-family: "FontAwesome";
}
@media (max-width: 767px) {
  .choose-right .accordion-button:not(.collapsed)::after {
    right: 20px;
  }
}

.choose-right .accordion-button::after {
  background: none;
  color: #f3ca20;
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  font-family: "FontAwesome";
}
@media (max-width: 767px) {
  .choose-right .accordion-button::after {
    right: 15px;
  }
}

.provide-thumb {
  position: relative;
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .provide-thumb {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .provide-thumb {
    margin-bottom: 70px;
    margin-right: 0px;
  }
}
.provide-thumb::before {
  height: 15px;
  width: 100%;
  bottom: -25px;
  left: 0px;
  background: #f3ca20;
  position: absolute;
  content: "";
  z-index: 1;
}
.provide-thumb::after {
  height: 10px;
  width: 100%;
  bottom: -10px;
  left: 0px;
  background: #fff;
  position: absolute;
  content: "";
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .provide-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .provide-thumb img {
    width: 100%;
  }
}

.provide-content {
  padding-left: 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .provide-content {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .provide-content {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .provide-content {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .provide-content {
    padding-left: 0px;
  }
}
.provide-content .section-title-wrapper p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #f3ca20;
  line-height: 1.9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .provide-content .section-title-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .provide-content .section-title-wrapper h2 {
    font-size: 44px;
  }
}
.provide-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
}

.faq-wrapper-2 .choose-right .accordion-button {
  padding: 27px 25px;
}

.faq-form-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mission-area.pt-120 {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  .mission-area.pt-120 {
    padding-top: 115px;
  }
}

/* 07. Project */
.project-area {
  position: relative;
}

.kproject {
  position: relative;
  overflow: hidden;
}
.kproject-text {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.75);
  display: inline-block;
  padding:0;width: 100%;border-radius: 5px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}


.kproject-text-content{margin: 0 auto; padding: 0; width: 100%; height: auto;}


.kproject-text-icon {
  margin-left: 35px;
}
.kproject-text-icon i {
  font-size: 18px;
  color: #fff;
}
/*
.kproject .img { overflow: hidden; margin: 0; padding: 0; height: auto;  width: 100%;	margin: 1% 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;width: 340px;
	border-radius:5px;
	
	height: 200px;}
	
	
	
	.kproject .img { overflow: hidden; margin: 0; padding: 0; height: auto;  width: 100%;	
	border-radius:5px;	
	height: 240px;}
	
	
	
.kproject img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  width: 100%;height:200px;object-fit: cover;
}

*/	
	.kproject .img { overflow: hidden; margin: 0; padding: 0; height: auto;  width: 100%;	
	border-radius:5px;	
	height: 240px;}
	
	
	
.kproject img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  width: 100%;height:240px;object-fit: cover;
}



.kproject .txt {  margin: 0; padding:20px; height: auto;  width: 100%;}
.kproject .txt h3{  margin: 0; padding:8px 0; height: 30px;  width: 100%; overflow: hidden;color: #000; font-size: 16px; line-height: 20px; text-align: left; font-weight: 600;}
.kproject .txt p.cc{  margin: 0; padding:5px 0; height: auto;  width: 100%; color: #888; font-size: 14px;text-align: left;}

.txte {  margin: 0; padding:10px; height: auto;  width: 100%; }
.txte .txte1{  margin: 0; padding:5px 10px; height: auto; display:block;  width: 100%; border-bottom:1px solid #e3e3e3;  }
.txte .txte1 .left{  margin: 0; padding:0; height: auto;  width: 60%; float:left; color: #888; font-size: 12px;text-align: left; line-height:20px; }
.txte .txte1 .right{  margin: 0; padding:0; height: auto;  width: 38%; float:right; color: #888; font-size: 12px;text-align: right; }

.txte .txte1 i{color: #e9c32a; font-size: 14px;text-align: left; margin-right:5px;}

.txte .txte2{  margin: 0; padding:5px 10px; height: auto; clear:both; width: 100%; color: #666; font-size: 14px;text-align: left; line-height:20px; }
.txte .txte2 h3{  margin: 0; padding:5px 0; height: auto;  width: 100%; float:left; color: #666; font-size: 14px;text-align: left; line-height:20px; font-weight:300;  transition: all 0.3s linear 0s;}



.txte:hover { paddin-left:10px;}
.txte:hover h3{ color: #000;padding-top:5px; transition: all 0.3s linear 0s;}



.txtx1 {  margin: 0; padding:10px; height: auto;  width: 100%; background: #f9f9f9; border-radius: 5px;}
.txtx1 h3{  margin: 0; padding:0; height: 20px;  width: 100%; overflow: hidden;color: #000; font-size: 14px; line-height: 20px; text-align: left; font-weight: 400;}
.txtx1 h3 a{  color: #000; font-size: 14px; line-height: 20px; text-align: left; font-weight: 400;}


.txtx1:hover {  margin: 0; padding:10px; height: auto;  width: 100%; background: #e9c32a; border-radius: 5px;}
.txtx1:hover h3{ color: #fff;}
.txtx1:hover h3 a{  color: #fff; padding-left:10px; }

.kproject:hover .kproject .txt {
  opacity: 1;
}

.kproject:hover .kproject-text {
  opacity: 1;
  visibility: visible;
}
.kproject:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.swiper-slide-active .kproject-text {
  opacity: 1;
  visibility: visible;
}

.kproject-text-title {
  font-size:16px;margin: 0; padding: 0;
  font-weight: 400;
  color: #fff; text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.kproject-text-title a{
  font-size:16px; margin: 0; padding: 0;
  font-weight: 400;
  color: #fff; text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.kproject-text-content p.kproject-text-title1 {
  font-size:12px;margin: 0; padding: 0;
  font-weight: 300;
  color: #fff; text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.kproject-text-title a:hover {  
  color: #fff; 
}
.kproject-text-content .title1 {
  font-size:12px;margin: 0; padding:10px 0;
  font-weight: 300; line-height: 20px;
  color: #fff; text-align:left;
}
.kproject-text-content .huangtex{font-size:14px; color:#e9c32a;}


.imag{margin:0 auto; padding:0; width:100%; height:auto; display:none;}
.imag img{width:100%; height:120px;object-fit: cover;}

@media (max-width:767px) {
.imag{margin:0 auto; padding:0; width:100%; height:120px; display:block; overflow: hidden;}
	.imag img{width:100%; height:120px;object-fit: cover;}
.kproject-2{display:none;}	
}







.project-area .slide-prev, .project-area .slide-next {
  position: static;
  font-size: 20px;
  background: #fff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  color: #242629;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
}
.project-area .slide-prev:hover, .project-area .slide-next:hover {
  background: #f3ca20;
  color: #fff;
}

.project-area .slide-next {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .project-area .section-title-wrapper {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .project-area .lol {
    margin-bottom: 60px;
  }
}





.kproject-text-2 {
  left: 0;
  right: 0;
  padding: 15px; height: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kproject-text-2 {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kproject-text-2 {
    padding: 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kproject-text-2 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .kproject-text-2 {
    padding: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .kproject-text-2 {
    padding:15px;
  }
}
.kproject-text-2 .kproject-text-icon {
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aportfolio-menu {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .aportfolio-menu {
    margin-bottom: 0px;
  }
}
.aportfolio-menu button {
  font-size: 14px;
  color: #777a7e;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0px;
  cursor: pointer;
  background: none;
  margin-right: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aportfolio-menu button {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .aportfolio-menu button {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.aportfolio-menu button:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 0%;
  left: 0px;
  bottom: 3px;
  background-color: #e9ebed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.aportfolio-menu button:last-child {
  margin-right: 0px;
}
.aportfolio-menu button:hover {
  color: #f3ca20;
}
.aportfolio-menu button.active {
  color: #f3ca20;
}
.aportfolio-menu button.active:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.project-big-thumb {
  margin-bottom: 58px;
}

.p-details-content {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .p-details-content {
    padding-right: 0px;
  }
}
.p-details-content h3 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-details-content h3 {
    font-size: 28px;
  }
}
.p-details-content p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 35px;
}
.p-details-content p:last-child {
  margin-bottom: 0;
}

.sidebar-right {
  background: #f2f3f5;
  padding: 45px 50px;
}
.sidebar-right .sidebar-single {
  margin-bottom: 35px;
}
.sidebar-right .sidebar-single:last-child {
  margin-bottom: 0;
}
.sidebar-right .sidebar-single label {
  font-size: 14px;
  color: #242629;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sidebar-right .sidebar-single span {
  font-size: 18px;
  line-height: 30px;
}

.portfolio__pagination .link-btn-2 {
  text-transform: uppercase;
  color: #242629;
  font-weight: 700;
}
.portfolio__pagination .link-btn-2 i {
  width: 65px;
  height: 65px;
  background: #f2f3f5;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  color: #242629;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.portfolio__pagination .link-btn-2 i:last-child {
  margin-left: 10px;
}
.portfolio__pagination .link-btn-2 i:hover {
  background-color: #222222;
  color: #f2f3f5;
}

.pagination-border {
  border-top: 1px solid #e9ebed;
  border-bottom: 1px solid #e9ebed;
}

.swiper-slide-active .kproject-text {
  opacity: 0;
  visibility: hidden;
}

/* 08. Video */
.video-area {
  margin-top: -285px;
}

.kvideo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.kvideo:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  left: 0px;
  top: 0px;
}
.kvideo-sign {
  margin-top: 105px;
}
@media (max-width: 767px) {
  .kvideo-sign {
    margin-top: 0px;
  }
}
.kvideo-sign a {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  color: #fff;
  background: #f3ca20;
  display: inline-block;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.kvideo-sign a:hover {
  color: #f3ca20;
  background: #fff;
  border-radius: 10px;
}
.kvideo-sign h2 {
  font-size: 80px;
  font-family: "Reey";
  color: #fff;
  font-weight: 400;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .kvideo-sign h2 {
    font-size: 36px;
  }
}
.kvideo-number {
  position: absolute;
  right: 30px;
  bottom: -30px;
  background: #f3ca20;
  padding: 35px 60px 25px 60px;
}
@media (max-width: 767px) {
  .kvideo-number {
    padding: 25px 30px 15px 30px;
  }
}
.kvideo-number span {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kvideo-number a {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

/* 09. Testimonial */
@media (max-width: 767px) {
  .testimonial-area.pb-85 {
    padding-bottom: 55px;
  }
}

.ktestimonial-text {
  border-top: 2px solid #e9ebed;
  border-left: 2px solid #e9ebed;
  border-right: 2px solid #e9ebed;
  border-bottom: 18px solid #e9ebed;
  padding: 50px 60px 80px 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ktestimonial-text {
    padding: 50px 50px 80px 50px;
  }
}
@media (max-width: 767px) {
  .ktestimonial-text {
    padding: 50px 35px 80px 35px;
  }
}
.ktestimonial-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0px;
}

.ktestimonial-author {
  padding-left: 60px;
  margin-top: -60px;
}
.ktestimonial-author-img {
  display: inline-block;
  margin-bottom: 16px;
}
.ktestimonial-author-img img {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.ktestimonial-author-text h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.ktestimonial-author-text span {
  display: block;
  color: #f3ca20;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

.ktestimonial:hover .ktestimonial-text {
  border-color: #f3ca20;
}
.ktestimonial:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

/* 10. Brand */
.brand-area {
  box-shadow: 0px -1px 0px 0px #e9ebed;
}

.brand-area3 {
  border-bottom: 1px solid #e9ebed;
}

.brand-wrapper {
  text-align: center;
}
.brand-wrapper img {
  opacity: 0.3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.brand-wrapper img:hover {
  opacity: 1;
}

/* 11. Trust */
.trust-area {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust-area {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .trust-area {
    padding-top: 110px;
  }
}
.trust-area img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.ktrust-title {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ktrust-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .ktrust-title {
    font-size: 36px;
  }
}

.trust-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s linear 0s;
  -moz-transition: all 8s linear 0s;
  -o-transition: all 8s linear 0s;
  transition: all 8s linear 0s;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.trust-bg::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

/* 12. Blog */
.blog-area {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-area.pt-120 {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  .blog-area.pt-120 {
    padding-top: 115px;
  }
}

.kblog-text.kblog-text2 {
  background: transparent;
  box-shadow: none;
  padding: 30px 0px 50px 0px;
  border-bottom: 1px solid #e9ebed;
}
.kblog-text.kblog-text2 p {
  font-size: 16px;
  line-height: 36px;
}

.kblog-text {
  background: #fff;
  padding: 30px 35px 30px 35px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .kblog-text {
    padding: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .kblog-text {
    padding: 25px;
  }
}
.kblog-text .kblog-meta {
  margin-bottom: 5px;
}
.kblog-text .kblog-meta a {
  font-size: 12px;
  font-weight: 500;
  color: #777a7e;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .kblog-text .kblog-meta a {
    margin-right: 18px;
  }
}
.kblog-text .kblog-meta a:last-child {
  margin-right: 0px;
}
.kblog-text .kblog-meta a:last-child:after {
  display: none;
}
.kblog-text .kblog-meta a:after {
  position: absolute;
  content: "";
  font-size: 8px;
  color: #a0a2a6;
  font-family: "Font Awesome 5 Pro";
  right: -22px;
  transform: rotate(66deg);
  top: 2px;
  font-weight: 900;
}
@media (min-width: 480px) and (max-width: 767px) {
  .kblog-text .kblog-meta a:after {
    right: -16px;
  }
}
.kblog-text .kblog-meta a i {
  color: #f3ca20;
  font-size: 14px;
  margin-right: 2px;
}
.kblog-text .kblog-meta a:hover {
  color: #f3ca20;
}

.kblog-text-title {
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kblog-text-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kblog-text-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .kblog-text-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .kblog-text-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.kblog-text-title:hover {
  color: #f3ca20;
}

.kblog-text-title2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kblog-text-title2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kblog-text-title2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kblog-text-title2 {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .kblog-text-title2 {
    font-size: 24px;
  }
}
.kblog-text-title2:hover {
  color: #f3ca20;
}

.kblog-text-link {
  position: relative;
  padding-top: 15px;
}
.kblog-text-link:before {
  height: 1px;
  width: 90px;
  background: #e9ebed;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
}
.kblog-text-link a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #777a7e;
  letter-spacing: 1.5px;
}
.kblog-text-link a i {
  margin-left: 3px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.kblog-text-link a:hover {
  color: #f3ca20;
}
.kblog-text-link a:hover i {
  margin-left: 8px;
}

.blog-space {
  margin-left: 360px;
  display: flex;
  border-bottom: 1px solid #e9ebed;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .blog-space {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-space {
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-space {
    margin-left: 15px;
    margin-right: 15px;
    display: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-space {
    margin-left: 15px;
    display: inherit;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .blog-space {
    margin-left: 15px;
    display: inherit;
    margin-right: 15px;
  }
}

.blog-text {
  flex-basis: 26%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-text {
    flex-basis: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-text {
    flex-basis: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-text {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-text {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.blog-text p {
  color: #777a7e;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog-text .section-title-wrapper {
    padding-right: 0px;
  }
}

.kblog-img {
  position: relative;
  overflow: hidden;
}
.kblog-img span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #f3ca20;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.kblog-img img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.blog-active {
  flex-basis: 74%;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-active {
    flex-basis: 65%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-active {
    flex-basis: 100%;
  }
}

.blog-space .slide-prev, .blog-space .slide-next {
  position: static;
  font-size: 20px;
  background: #f2f3f5;
  height: 65px;
  width: 65px;
  line-height: 65px;
  color: #242629;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
}
.blog-space .slide-prev:hover, .blog-space .slide-next:hover {
  background: #f3ca20;
  color: #fff;
}

.blog-space .slide-next {
  margin-left: 10px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.kblog:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.blog-2 .blog-active {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.tag_cloud span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #242629;
}
.tag_cloud .tag-cloud-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #777a7e;
  margin-right: 3px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tag_cloud .tag-cloud-link:hover {
  color: #f3ca20;
}

.blog-social a {
  font-size: 18px;
  color: #777a7e;
  display: inline-block;
  margin-left: 28px;
  vertical-align: middle;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .blog-social a {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-social a {
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .blog-social a {
    margin-right: 13px;
    margin-left: 0;
  }
}
.blog-social a:hover {
  color: #f3ca20;
}

.blog-author {
  padding: 60px 60px 55px 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-author {
    padding: 40px 40px 35px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-author {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 767px) {
  .blog-author {
    padding: 30px 30px 20px 30px;
  }
}
.blog-author .blog-author-img {
  margin-right: 40px;
}
.blog-author .blog-author-text h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-author .blog-author-text h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-author .blog-author-text h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-author .blog-author-text h4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-author .blog-author-text h4 {
    margin-bottom: 10px;
  }
}
.blog-author .blog-author-text p {
  font-size: 16px;
  line-height: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-author .blog-author-text p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-author .blog-author-text p {
    font-size: 15px;
    line-height: 30px;
  }
}

.blog-comment-box {
  padding: 55px 0px;
}
.blog-comment-box .blog-single-comment {
  position: relative;
  border-bottom: 1px solid #e9ebed;
  padding: 60px 40px 55px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-box .blog-single-comment {
    padding: 60px 40px 40px 0px;
  }
}
@media (max-width: 767px) {
  .blog-comment-box .blog-single-comment {
    padding: 60px 40px 40px 10px;
  }
}
.blog-comment-box .blog-single-comment .blog-comment-img {
  width: 440px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-box .blog-single-comment .blog-comment-img {
    margin-right: 20px;
    width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-comment-box .blog-single-comment .blog-comment-img {
    margin-right: 20px;
  }
}
.blog-comment-box .blog-single-comment .blog-comment-text {
  padding: 10px 0px;
}
.blog-comment-box .blog-single-comment .blog-comment-text h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-comment-box .blog-single-comment .blog-comment-text p {
  font-size: 16px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .blog-single-comment.no-pt {
    padding-top: 30px;
  }
}

.comment-title {
  padding: 0;
  margin-bottom: -8px;
}

.comment-title2 {
  padding: 0;
  margin-bottom: 52px;
}

.comment-box-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.reply-btn {
  position: absolute;
  top: 70px;
  right: 0;
}
@media (max-width: 767px) {
  .reply-btn {
    top: 80px;
    position: static;
    margin-top: 15px;
  }
}

.comment-btn {
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #f3ca20;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.comment-btn:hover {
  background-color: #222;
  color: #fff;
}

.blog-comment-form input, .blog-comment-form textarea {
  width: 100%;
  padding: 25px;
  color: #777a7e;
  border: none;
  background: #f2f3f5;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .blog-comment-form input, .blog-comment-form textarea {
    padding: 15px;
  }
}
.blog-comment-form input:focus, .blog-comment-form textarea:focus {
  border-color: #f3ca20;
}

.sidebar-search-from {
  position: relative;
}
.sidebar-search-from form input {
  color: #fff;
  font-size: 16px;
  background: #f3ca20;
  position: relative;
  width: 100%;
  height: 84px;
  border: 0;
  padding: 0 50px;
}
.sidebar-search-from form input::-moz-placeholder {
  color: #fff;
}
.sidebar-search-from form input::placeholder {
  color: #fff;
}
.sidebar-search-from form button {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0px;
  color: #fff;
  line-height: 60px;
  border: 0;
  border-radius: 50px;
  font-size: 16px;
  right: 35px;
  background: none;
}
.sidebar-search-from form button i {
  font-size: 18px;
}

.widget_-latest-posts {
  padding: 45px 50px 35px 50px;
  background: #f2f3f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_-latest-posts {
    padding: 45px 40px 35px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget_-latest-posts {
    padding: 45px 50px 35px 50px;
  }
}
@media (max-width: 767px) {
  .widget_-latest-posts {
    padding: 30px 25px 30px 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .widget_-latest-posts {
    padding: 45px 40px 50px 40px;
  }
}

.rc-post .rc-thumb {
  margin-right: 15px;
  width: 100px;
}
.rc-post .rc-thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .rc-post .rc-thumb {
    width: 70px;
    width: 100px;
  }
}
.rc-post .rc-text .kblog-meta a {
  font-size: 12px;
  font-weight: 500;
  color: #777a7e;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 30px;
  margin-bottom: 6px;
}
.rc-post .rc-text .kblog-meta a i {
  color: #f3ca20;
  font-size: 14px;
  margin-right: 2px;
}
.rc-post .rc-text .kblog-meta a:hover {
  color: #f3ca20;
}
.rc-post .rc-text h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.rc-post .rc-text h5:hover {
  color: #f3ca20;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .rc-post .rc-text h5 {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rc-post .rc-text h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rc-post .rc-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .rc-post .rc-text h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

.widget_tag_cloud {
  background: #f2f3f5;
  padding: 45px 50px 45px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_tag_cloud {
    padding: 35px 40px 35px 40px;
  }
}
@media (max-width: 767px) {
  .widget_tag_cloud {
    padding: 30px 25px 30px 25px;
  }
}

.tagcloud a {
  background: #fff;
  color: #6B727E;
  padding: 6px 15px;
  display: inline-block;
  font-size: 14px !important;
  margin-bottom: 5px;
  margin-right: 2px;
  text-transform: capitalize;
}
.tagcloud a:hover {
  background: #f3ca20;
  color: #fff;
}

.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  color: #242629;
  font-size: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.basic-pagination ul li a:hover, .basic-pagination ul li span.current {
  background: #f3ca20;
  color: #ffffff;
}

/* 13. Team */
.team-space {
  padding: 0px 105px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-space {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-space {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-space {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .team-space {
    padding: 0px 0px;
  }
}

.kteam {
  border-bottom: 1px solid #e9ebed;
  position: relative;
}
.kteam:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.kteam::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  width: 0px;
  bottom: 0;
  background-color: #f3ca20;
  height: 1px;
  transition: all 0.5s ease-in-out;
}
.kteam-img {
  overflow: hidden;
  position: relative;
}
.kteam-img-social {
  position: absolute;
  left: 0px;
  bottom: -50px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.kteam-img-social a {
  height: 36px;
  width: 36px;
  line-height: 38px;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #242629;
  display: inline-block;
  margin: 0px 5px;
}
.kteam-img-social a i {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.kteam-img-social a:hover {
  background: #f3ca20;
  color: #fff;
}
.kteam-img-social a:hover i {
  transform: rotate(360deg);
}
.kteam img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.kteam:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.kteam:hover .kteam-img-social {
  bottom: 30px;
}

.kteam-text {
  padding: 25px 25px;
}
.kteam-text span {
  font-size: 14px;
  font-weight: 700;
  color: #f3ca20;
  display: block;
  letter-spacing: 1px;
}

.kteam-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

/* 14. Fact */
.fact-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 4px solid #f3ca20;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .fact-area.pb-165 {
    padding-bottom: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fact-area.pb-165 {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fact-area.pb-165 {
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .fact-area.pb-165 {
    padding-bottom: 95px;
  }
}

.kfact {
  border-right: 1px solid #3a3c3f;
}
.kfact span {
  display: block;
  color: #a0a2a6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kfact:hover .kfact-icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.kfact .kfact-icon i {
  font-size: 60px;
  color: #f3ca20;
}

.kfact-last-child {
  border-right: none;
}

.kfact-title {
  font-size: 40px;
  color: #fff;
}

.fun-fact span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #f3ca20;
  padding: 13px 40px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}
.fun-fact span:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 47px 0;
  border-color: transparent #f3ca20 transparent transparent;
}
.fun-fact span:after {
  position: absolute;
  content: "";
  top: 0px;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 40px 0 0;
  border-color: #f3ca20 transparent transparent transparent;
}

/* 15. Benifit */
.benefit-text {
  position: relative;
}
.benefit-text .benefit-subtitle {
  font-size: 18px;
  color: #1a1c1e;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.benefit-text p {
  font-size: 16px;
  line-height: 2;
}

.benefit-img {
  position: absolute;
  top: -80px;
  right: 0px;
}
.benefit-img img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.benefit-img:hover img {
  -webkit-filter: grayscale(0);
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .benefit-img {
    width: 45%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .benefit-img {
    width: 45%;
    top: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-img {
    position: relative;
    margin-top: -110px;
  }
  .benefit-img img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefit-img {
    position: relative;
    margin-top: -110px;
  }
  .benefit-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .benefit-img {
    position: relative;
    margin-top: -110px;
  }
  .benefit-img img {
    width: 100%;
  }
}

.benefit-img-level {
  position: absolute;
  left: -202px;
  bottom: 202px;
  transform: rotate(-90deg);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .benefit-img-level {
    left: -152px;
    bottom: 152px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-img-level {
    left: -120px;
    bottom: 152px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefit-img-level {
    left: -120px;
    bottom: 152px;
  }
}
@media (max-width: 767px) {
  .benefit-img-level {
    display: none;
  }
}
.benefit-img-level span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 100px;
  background: #f3ca20;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .benefit-img-level span {
    padding: 15px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-img-level span {
    padding: 15px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefit-img-level span {
    padding: 15px 50px;
  }
}

.progress_wrapper {
  color: #1a1c1e;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.progress_wrapper .afford {
  display: inline-block;
  margin-left: 25px;
}
.progress_wrapper:is(.pbar_1) {
  background-color: none;
}
.progress_wrapper:is(.pbar_1) .progress_circle:after {
  border-color: #e9ebed;
}
.progress_wrapper:is(.pbar_2) {
  background-color: none;
}
.progress_wrapper:is(.pbar_2) .progress_circle:after {
  border-color: #e9ebed;
}
.progress_wrapper:is(.pbar_3) {
  background-color: #65c9bb;
}
.progress_wrapper:is(.pbar_3) .progress_circle:after {
  border-color: #83d7cb;
}

.progress_circle {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .progress_circle {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}
.progress_circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.97);
}
.progress_circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress_circle .progress-left {
  left: 1px;
}
.progress_circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #f3ca20;
}
.progress_circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress_circle .progress-right {
  right: 0;
}
.progress_circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress_circle .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 400;
}
.progress_circle .progress-value span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.progress-value .value {
  font-size: 50px;
  font-weight: 700;
  color: #263b5c;
}
.progress-value .value span {
  font-size: 20px;
  display: inline-block;
}

.progress_text {
  padding-left: 18px;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress_circle[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}
.progress_circle[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}
.progress_circle[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}
.progress_circle[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}
.progress_circle[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}
.progress_circle[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}
.progress_circle[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}
.progress_circle[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}
.progress_circle[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}
.progress_circle[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}
.progress_circle[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}
.progress_circle[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}
.progress_circle[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}
.progress_circle[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}
.progress_circle[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}
.progress_circle[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}
.progress_circle[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}
.progress_circle[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}
.progress_circle[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}
.progress_circle[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}
.progress_circle[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}
.progress_circle[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}
.progress_circle[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}
.progress_circle[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}
.progress_circle[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}
.progress_circle[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}
.progress_circle[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}
.progress_circle[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}
.progress_circle[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}
.progress_circle[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}
.progress_circle[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}
.progress_circle[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}
.progress_circle[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}
.progress_circle[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}
.progress_circle[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}
.progress_circle[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}
.progress_circle[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}
.progress_circle[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}
.progress_circle[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}
.progress_circle[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}
.progress_circle[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}
.progress_circle[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}
.progress_circle[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}
.progress_circle[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}
.progress_circle[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}
.progress_circle[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}
.progress_circle[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}
.progress_circle[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}
.progress_circle[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}
.progress_circle[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}




.article {
  display: block;
  margin: 0 0 30px 0;
  padding: 12px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
}
.article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}
.article > img {
  display: block;
  width: 100%;
  margin: 0 ;
}
.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.wallmain {
margin: 0; padding:60px 0 50px 0; background: #f3f3f3;

}
.wall {
  display: block; margin: 0; padding: 50px 0; background: #f3f3f3;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 33.3%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .wall-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wall-column {
    width: auto;
    float: none;
  }
}






/* 16. Footer */
footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;padding: 30px 0 0;background: #191919;
  overflow: hidden;
}
footer .common-shape-wrapper {
  background: #2b2d30;
  z-index: -1;
}
footer .common-shape-wrapper .common-shape-inner {
  background: #242629;
}



.footleft{margin:0 auto; padding: 0; width: 55%; height: auto;float: left;}
.footleft .footerlogo{margin:0 auto; padding:20px 0; width: 100%; height: auto;float: left; border-bottom: 1px solid #363636; text-align: left;}
.footleft .footertxt{margin:0 auto; padding:0; width: 90%; height: auto;float: left;font-size: 12px; color: #727272; line-height: 24px; text-align: left;}
.footleft .footertxt.city{width: 70%}
.footleft .footertxt a{font-size: 12px; color: #727272; line-height: 24px; text-align: left;}
.footleft .footertxt a:hover{color: #fff; line-height: 24px; text-align: left;}

.footleft .footertxt1{margin:0 auto; padding:0 0 20px; width: 90%; height: auto;float: left;font-size: 12px; color: #727272; line-height: 22px; text-align: left;}
.footleft .footertxt1 i{font-size: 20px; color: #e9c32a; line-height: 30px; text-align: left; margin-right: 10px;}


.footleft .ewm{margin:0 auto; padding:20px 0; width: 100%; height: auto;float: left;}
.footleft .ewm .ewmpic{margin:0; padding:0; width: 77px; height: 77px;float: left;}

.num{height: 28px;width: auto;margin-top: 10px}
.footleft .ewm .txt1{margin:0; padding:8px 0; width: auto; height: auto;float: left; padding-left: 10px;font-size: 14px; color: #999; line-height: 24px; text-align: left;}
.footleft .ewm .txt1 span{font-size: 26px; color: #fff; line-height: 40px; text-align: left; font-weight:normal; }



.footright{margin:0 auto; padding: 0; width: 45%; float: right;}
.footrighttoplist{margin:0 auto; padding:20px 0; width: 100%; float: right;border-bottom: 1px solid #363636; text-align: left;}
.footrighttoplist ul{margin:0 auto; padding: 0; width: 100%; float: left;}
.footrighttoplist ul li{margin:0 auto; padding: 0; width: 28.333%; float: left; text-align: left; font-size: 16px; color: #fff;line-height: 37px;}
.footrighttoplist ul li a{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 14px; color: #fff;line-height: 37px;font-weight: bold}
.footrighttoplist ul li a:hover{color: #898989;line-height: 30px;}
.footrighttoplist ul li:nth-child(4){width: 15%;}
.footrighttoplist ul li:nth-child(4) a{text-align: right;}

.footrightbottomlist{margin:0 auto; padding:20px 0; width: 100%; float: right;}
.footrightbottomlist ul{margin:0 auto; padding: 0; width: 100%; float: left;}
.footrightbottomlist ul li{margin:0 auto; padding: 0; width: 28.3333%; float: left; text-align: left; font-size: 16px; color: #898989;line-height: 37px;}
.footrightbottomlist ul li a{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 16px; color: #898989;line-height: 37px;}
.footrightbottomlist ul li a:hover{color: #898989;line-height: 30px;}

.footrightbottomlist ul li ul li{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 12px; color: #898989;line-height: 24px;}
.footrightbottomlist ul li ul li a{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 12px; color: #666;line-height:24px;transition: all 400ms ease-out 0s;}
.footrightbottomlist ul li ul li a:hover{color: #898989;line-height: 24px; padding-left: 5px;   -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;}
.footrightbottomlist ul li:nth-child(4){width: 15%;}
.footrightbottomlist ul li:nth-child(4) ul li{width: 100%;}
.footrightbottomlist ul li ul li:nth-child(4){width: 100%;}
.footrightbottomlist ul li:nth-child(4) ul li a{text-align: right;}
.footrightbottomlist ul li:nth-child(4) ul li a:hover{padding-right: 5px; }

.widget-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-top: 12px;
}

.widget p {
  font-size: 15px;
  font-weight: 500;
  color: #a0a2a6;
  line-height: 2;
}
.widget ul li {
  list-style: none;
  margin-bottom: 5px;
}
.widget ul li:last-child {
  margin-bottom: 0px;
}
.widget ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #a0a2a6;
  line-height: 2;
  display: inline-block;
  position: relative;
}
.widget ul li a:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 0;
  left: auto;
  right: 0;
  bottom: 6px;
  background-color: #f3ca20;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.widget ul li a:hover {
  color: #fff;
}
.widget ul li a:hover:before {
  width: 100%;
  left: 0px;
  right: auto;
}

.footer-social a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 35px;
}
.footer-social a:last-child {
  margin-right: 0px;
}
.footer-social a:hover {
  color: #f3ca20;
}

.widget-contact li {
  line-height: 26px;
  font-size: 15px;
  color: #a0a2a6;
}
.widget-contact li img {
  margin-right: 8px;
  width: 18px;
}
.widget-contact li a {
  color: #fff;
  display: block;
}

.widget-newsletter {
  position: relative;
}
.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 14px;
  color: #777a7e;
  outline: none;
  padding: 0px 90px 0px 20px;
}
.widget-newsletter button {
  height: 50px;
  border: none;
  background: #f3ca20;
  font-size: 14px;
  color: #fff;
  outline: none;
  padding: 0px 25px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  font-weight: 700;
  text-transform: uppercase;
  right: 5px;
}
.widget-newsletter button:hover {
  background: #242629;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-newsletter button {
    position: inherit;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}

.copyright-area {
  position: relative;
  z-index: 1; margin-top: 50px;
  background: #141414;
}
/*.copyright-area:before {
  background: #1a1c1e;
  height: 100%;
  width: 400px;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0px;
  left: 0px;
}*/
@media (max-width: 767px) {
  .copyright-area:before {
    width: 100%;
  }
}
.copyright-area span {
  color: #444;
  font-size: 12px; line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 5px 0px;
}
@media (max-width: 767px) {
  .copyright-area span {
    padding-bottom: 0px;
  }
}
.copyright-area ul li {
  padding: 5px 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .copyright-area ul li {
    padding-top: 5px;
  }
}
.copyright-area ul li a {
  color: #444;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
/*.copyright-area ul li a:last-child {
  margin-right: 60px;
}*/
@media (max-width: 767px) {
  .copyright-area ul li a:last-child {
    margin-right: 0px;
  }
}
.copyright-area ul li a:last-child:after {
  display: none;
}
/*
.copyright-area ul li a:after {
  position: absolute;
  content: "";
  font-size: 10px;
  color: #a0a2a6;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: -26px;
  transform: rotate(66deg);
  top: 2px;
}
*/
.copyright-area ul li a:hover {
  color: #888;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-widget-title.pl-15 {
    padding-left: 0px;
  }
}

.copyright-bg {
  padding: 15px 0px;
}
/*@media (max-width: 767px) {
  .copyright-bg {
    padding: 12px 0px;
  }
}*/

@media (max-width: 767px) {
  .copyright {
    text-align: left;
  }
}




/* 16. Footer-light */
footer.light {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;padding: 30px 0 0;background: #f3f3f3;
  overflow: hidden;
}
footer.light .common-shape-wrapper {
  background: #2b2d30;
  z-index: -1;
}
footer.light .common-shape-wrapper .common-shape-inner {
  background: #242629;
}



.footleft.light{margin:0 auto; padding: 0; width: 55%; height: auto;float: left;}
.footleft.light .footerlogo{margin:0 auto; padding:20px 0; width: 100%; height: auto;float: left; border-bottom: 1px solid #e3e3e3; text-align: left;}
.footleft.light .footerlogo img{width: auto; height: 37px;}


.footleft.light .footertxt{margin:0 auto; padding:0; width: 90%; height: auto;float: left;font-size: 12px; color: #727272; line-height: 24px; text-align: left;}
.footleft.light .footertxt.city{width: 70%}
.footleft.light .footertxt a{font-size: 12px; color: #727272; line-height: 24px; text-align: left;}
.footleft.light .footertxt a:hover{color: #000; line-height: 24px; text-align: left;}

.footleft.light .footertxt1{margin:0 auto; padding:0 0 20px; width: 90%; height: auto;float: left;font-size: 12px; color: #727272; line-height: 22px; text-align: left;}
.footleft.light .footertxt1 i{font-size: 20px; color: #e9c32a; line-height: 30px; text-align: left; margin-right: 10px;}


.footleft.light .ewm{margin:0 auto; padding:20px 0; width: 100%; height: auto;float: left;}
.footleft.light .ewm .ewmpic{margin:0; padding:0; width: 77px; height: 77px;float: left;}

.num{height: 28px;width: auto;margin-top: 10px}
.footleft.light .ewm .txt1{margin:0; padding:8px 0; width: auto; height: auto;float: left; padding-left: 10px;font-size: 14px; color: #999; line-height: 24px; text-align: left;}
.footleft.light .ewm .txt1 span{font-size: 26px; color: #000; line-height: 40px; text-align: left; font-weight:normal; }



.footright.light{margin:0 auto; padding: 0; width: 45%; float: right;}
.footright.light .footrighttoplist{margin:0 auto; padding:20px 0; width: 100%; float: right;border-bottom: 1px solid #e3e3e3; text-align: left;}
.footright.light .footrighttoplist ul{margin:0 auto; padding: 0; width: 100%; float: left;}
.footright.light .footrighttoplist ul li{margin:0 auto; padding: 0; width: 28.333%; float: left; text-align: left; font-size: 16px; color: #888;line-height: 37px;}
.footright.light .footrighttoplist ul li a{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 14px; color: #888;line-height: 37px;font-weight: bold}
.footright.light .footrighttoplist ul li a:hover{color: #898989;line-height: 30px;}
.footright.light .footrighttoplist ul li:nth-child(4){width: 15%;}
.footright.light .footrighttoplist ul li:nth-child(4) a{text-align: right;}

.footright.light .footrightbottomlist{margin:0 auto; padding:20px 0; width: 100%; float: right;}
.footright.light .footrightbottomlist ul{margin:0 auto; padding: 0; width: 100%; float: left;}
.footright.light .footrightbottomlist ul li{margin:0 auto; padding: 0; width: 28.3333%; float: left; text-align: left; font-size: 16px; color: #898989;line-height: 37px;}
.footright.light .footrightbottomlist ul li a{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 16px; color: #898989;line-height: 37px;}
.footright.light .footrightbottomlist ul li a:hover{color: #898989;line-height: 30px;}

.footright.light .footrightbottomlist ul li ul li{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 12px; color: #898989;line-height: 24px;}
.footright.light .footrightbottomlist ul li ul li a{margin:0 auto; padding: 0; width: 100%; float: left; text-align: left; font-size: 12px; color: #666;line-height:24px;transition: all 400ms ease-out 0s;}
.footright.light .footrightbottomlist ul li ul li a:hover{color: #898989;line-height: 24px; padding-left: 5px;   -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;}
.footright.light .footrightbottomlist ul li:nth-child(4){width: 15%;}
.footright.light .footrightbottomlist ul li:nth-child(4) ul li{width: 100%;}
.footright.light .footrightbottomlist ul li ul li:nth-child(4){width: 100%;}
.footright.light .footrightbottomlist ul li:nth-child(4) ul li a{text-align: right;}
.footright.light .footrightbottomlist ul li:nth-child(4) ul li a:hover{padding-right: 5px; }



.copyright-area.light {
  position: relative;
  z-index: 1; margin-top: 50px;border-top:1px solid #e3e3e3;
  background: #f3f3f3;
}
/*.copyright-area:before {
  background: #1a1c1e;
  height: 100%;
  width: 400px;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0px;
  left: 0px;
}*/
@media (max-width: 767px) {
  .copyright-area:before {
    width: 100%;
  }
}
.copyright-area span {
  color: #444;
  font-size: 12px; line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 5px 0px;
}
@media (max-width: 767px) {
  .copyright-area span {
    padding-bottom: 0px;
  }
}
.copyright-area ul li {
  padding: 5px 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .copyright-area ul li {
    padding-top: 5px;
  }
}
.copyright-area ul li a {
  color: #444;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.copyright-area ,.copyright-area a {
  color: #444;
  font-size: 12px;
  font-weight: 400;
}


/*.copyright-area ul li a:last-child {
  margin-right: 60px;
}*/
@media (max-width: 767px) {
  .copyright-area ul li a:last-child {
    margin-right: 0px;
  }
}
.copyright-area ul li a:last-child:after {
  display: none;
}
/*
.copyright-area ul li a:after {
  position: absolute;
  content: "";
  font-size: 10px;
  color: #a0a2a6;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: -26px;
  transform: rotate(66deg);
  top: 2px;
}
*/
.copyright-area ul li a:hover {
  color: #888;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-widget-title.pl-15 {
    padding-left: 0px;
  }
}

.copyright-bg {
  padding: 15px 0px;
}
/*@media (max-width: 767px) {
  .copyright-bg {
    padding: 12px 0px;
  }
}*/

@media (max-width: 767px) {
  .copyright {
    text-align: left;
  }
}






/* 17. Breadcrumb */
.breadcrumb-spacing {
  padding-top: 260px;
  padding-bottom: 155px;
  background-size: cover;
}
@media (max-width: 767px) {
  .breadcrumb-spacing {
    padding-top: 240px;
  }
}

.page-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.breadcrumb-menu li:not(:last-child)::after {
  display: inline-block;
  color: #fff;
  content: "";
  position: absolute;
  right: -6px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumb-menu li span {
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

/* 18. Contact */


.contactmain{margin:0 auto; padding:40px 0; width: 100%; height: auto; background: #f3f3f3; margin-top:100px;}
.contactmain1{margin:0 auto; padding:40px 0; width: 100%; height: auto; background: #f3f3f3;}



.contactnei{margin:0 auto; padding:40px 0; width: 100%; height: auto;}
.contactnei .pt-0{padding-top: 0;}
.contactnei h1{margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size: 36px; font-weight:300; color: #000; line-height: 40px; text-align: left;}
.contactnei h4{margin:0 auto; padding:10px 0 0 0; width: 100%; height: auto; font-size: 20px; color: #f58a00; line-height: 30px; text-align: left;}

.contactnei .h1{margin:0 auto; padding:0; width: 100%; height: auto; font-size: 30px; font-weight:300; color: #000; line-height: 30px; text-align: left;}
.contactnei .h2{margin:0 auto; padding:0; width: 100%; height: auto; font-size: 20px; font-weight:300; color: #000; line-height: 30px; text-align: left;}

.mt50{margin-top: 50px;}

.contactnei p.txt{margin:10px 0; padding:10px 20px; width: 100%; max-width: 560px; height: auto; background: #fff; font-size: 14px; color: #888; line-height: 20px; border: 1px dashed #e3e3e3; text-align: left;}
.contactnei p.txt2{margin:0; padding:0; width: 100%; height: auto; font-size: 16px; color: #000; line-height: 20px;font-weight: bold;text-align: left;}
.contactnei p.txt3{margin:0; padding:10px 0 0 0; width: 100%; height: auto; font-size: 16px; color: #222; line-height: 26px;font-weight: normal;text-align: left;}
.contactnei p.txt3 span{ font-size: 16px; color: #000; line-height: 26px;font-weight: bold;text-align: left;}

.contactnei p.txt4{margin:0; padding:60px 0 0 0; width: 100%; height: auto; font-size: 16px; color: #222; line-height: 26px;font-weight: normal;text-align: left;}



.contxt{margin:20px auto; padding:20px 0; width: 100%; height: auto; border-top:1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9;}
.contxt .t1{margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 16px; line-height: 30px; color: #666; text-align: left;}
.contxt .t1 i{margin-right: 10px; font-size: 16px; line-height: 30px; color: #666; text-align: center;}
.contxt .t1 b{font-size: 16px; line-height: 30px; color: #000; text-align: left; font-weight: 500;}

.contactnei .ewm{margin:0 auto; padding:20px 0; width: 100%; height: auto;float: left;}
.contactnei .ewm .ewmpic{margin:0; padding:0; width: 90px; height: auto;float: left;}
.contactnei .ewm .txt1{margin:0; padding:15px 0; width: auto; height: auto;float: left; padding-left: 10px;font-size: 14px; color: #898989; line-height: 24px; text-align: left;}
.contactnei .ewm .txt1 span{font-size: 30px; color: #e99b20; line-height: 40px; text-align: left; font-weight: bold; font-family:Impact;}


.contactneiewm{margin:0 auto; padding:80px 0; width: 100%; height: auto;float: left;}
.contactneiewm .nei{margin:0 15px 0 0; padding:0; width: 120px; height: auto;float: left;}
.contactneiewm .nei .img{margin:0; padding:0; width: 100%; height: auto;float: left;}
.contactneiewm .nei .img img{margin:0; padding:0; width: 100%; height: auto;float: left;}

.contactneiewm .nei .txt{margin:0; padding:0; width: 100%; height: auto;float: left; text-align:center;font-size: 12px; line-height: 30px; color: #666;}


.en-new{font-family: "Montserrat"}

/*contactnew*/

.contactmain-2025{position: relative; margin: 200px auto 100px auto; padding: 0; width: 100%; height: auto;}

.contactmain-2025 .con{position: relative; margin:0 auto; padding: 0; width: 100%; height: auto; max-width: 1000px;}
.contactmain-2025 .txt-left{position: relative; margin:0 auto; padding: 0; width: 100%; height: auto;font-size: 30px;font-weight: 300; line-height: 50px; color: #666;text-transform: capitalize; }






.single-contact-info {
  border-bottom: 1px solid #e9ebed;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-contact-info:hover .contact-info-icon a {
  background-color: #f3ca20;
  color: #fff;
}
.single-contact-info:last-child {
  border: none;
}

.contact-info-icon {
  margin-right: 20px;
}
.contact-info-icon a {
  height: 65px;
  width: 65px;
  background: #f2f3f5;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #f3ca20;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-info-icon a:hover {
  background-color: #222;
  color: #fff;
}

.contact-info-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: #777a7e;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-info-text h5 {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-info-text h5 {
    font-size: 16px;
  }
}


.contact-form .category{font-size: 14px; color: #888; line-height: 30px; font-weight: normal;}


.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 25px;
  color: #777a7e;
  border: none;
  background: #f2f3f5;
  font-size: 14px;
  border: 1px solid transparent;border-radius:10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #f3ca20;
}

#contact-map iframe {
  height: 555px;
  width: 100%;
  margin-bottom: -6px;
}

/* 19. Pricing */
.pricing-wrapper {
  background: #f2f3f5;
  border-radius: 8px;
  padding: 50px 20px 20px 20px;
}
.pricing-wrapper:hover .pricing-icon {
  background: #f3ca20;
}
.pricing-wrapper:hover .pricing-icon span {
  color: #fff;
}

.pricing-icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  background: rgba(255, 64, 64, 0.3);
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  vertical-align: middle;
}
.pricing-icon span {
  font-size: 50px;
  color: #242629;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.pricing-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.pricing-title {
  font-size: 60px;
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pricing-title {
    font-size: 50px;
  }
}

.pricing-list {
  display: inline-block;
  text-align: left;
}
.pricing-list ul li {
  font-size: 16px;
  color: #777a7e;
  list-style: none;
  margin-bottom: 10px;
}
.pricing-list ul li:last-child {
  margin-bottom: 0px;
}
.pricing-list ul li i {
  font-size: 20px;
  color: #f3ca20;
  width: 25px;
  display: inline-block;
  transform: translateY(2px);
}
.pricing-list ul li i.cross-icon {
  color: #777a7e;
}

.pricing-list-bg {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  padding: 35px 15px 40px 15px;
}

.pricing-btn .theme-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  z-index: 1;
  border-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-btn .theme-btn {
    padding: 0px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-btn .theme-btn {
    padding: 0px 35px;
  }
}
@media (max-width: 767px) {
  .pricing-btn .theme-btn {
    padding: 0px 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricing-btn .theme-btn {
    padding: 0px 35px;
  }
}
.pricing-btn .theme-btn:before {
  background: #f2f3f5;
}

/*# sourceMappingURL=main.css.map */





.p-relative {position: relative;overflow: hidden;height: 100%;}
.iservice { width:100%;position:absolute; right:0; bottom:0; z-index:33;}
.iservice-relative {width:100%; height:100%; position:relative;}
.iservice-title {width: 66.7%;margin:0;position: relative;margin-left:16.5%;margin-bottom: -10px;}
.iservice-title h2{ color:#000; font-size:16px; line-height: 20px; margin: 0; padding: 0;}
.iservice-title span{ color:#000; font-size:24px;padding-top:4px; text-transform: uppercase;font-family: 'Montserrat-Bold';}
.iservice-title line{ width:50px; margin:10px 0; height:1px; background:#000; opacity:.5; display:block;}
.iservicebox { clear:both;}
.iservicebox *{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.isbox0,.isbox1,.isbox2,.isbox3,.isbox4,.isbox5 { width:20%; height:60px; float:left;position: relative;}

.isbox0 {width:14%;}
.isbox4 {width:13%;}
.isbox5 {width:13%;}

.isbox1::after,.isbox2::after,.isbox3::after,.isbox4::after,.isbox5::after {content: '';width: 100%;height: 30px;position: absolute;left: 0;bottom:0;}
.isbox1::after { background:#d8cbac;}
.isbox2::after { background:#7490b6;}
.isbox3::after { background:#13ccc7;}
.isbox4::after { background:#73ad38;}
.isbox5::after { background:#3284ad;}

.isbox1:hover .showisbox,.isbox2:hover .showisbox,.isbox3:hover .showisbox,.isbox4:hover .showisbox,.isbox5:hover .showisbox{bottom: 0px;}
.showisbox {background:#f49f45;width: 100%; position: absolute;left: 0;bottom: -300px;z-index: 3;padding:5% 5% 7% 5%;overflow: hidden;}
.showisbox h3{ font-size: 20px; font-weight: 300;display: block;position: relative;padding-bottom:15px;color: #fff;border-bottom: 1px solid rgba(255,255,255,.2);}


.showisbox ul{margin:0 auto; padding: 0 2%; width: 100%; height: auto;}
.showisbox ul li{margin:0 auto; padding: 5px 0; width: 50%; height: auto; float: left;}
.showisbox ul li a{font-size: 12px; color: #fff; line-height: 20px; text-align: left; padding-left: 6px;}
.showisbox ul li a:hover{margin-left:10px;}
.showisbox ul li:before{content: '\f101'; font-family:"Font Awesome 5 Pro"; color: #fff;}

.showisbox ul li.dan{margin:0 auto; padding: 5px 0; width: 100%; height: auto; float: left;}


.isbox1 .showisbox{background:#d8cbac;}
.isbox2 .showisbox{background:#7490b6;}
.isbox3 .showisbox{background:#00d2cc;}
.isbox4 .showisbox{background:#73ad38;}
.isbox5 .showisbox{background:#3284ad;}

.isbox1 .showisbox h3::after {content: '';width: 35px;height: 35px;position: absolute;right: 0;top:-5px;background: url("../case/img/is1.svg") center no-repeat;background-size:90%;opacity: .9;}
.isbox2 .showisbox h3::after {content: '';width: 35px;height: 35px;position: absolute;right: 0;top:-5px;background: url("../case/img/is2.svg") center no-repeat;background-size:90%;opacity: .9;}
.isbox3 .showisbox h3::after {content: '';width: 35px;height: 35px;position: absolute;right: 0;top:-5px;background: url("../case/img/is3.svg") center no-repeat;background-size:90%;opacity: .9;}
.isbox4 .showisbox h3::after {content: '';width: 35px;height: 35px;position: absolute;right: 0;top:-5px;background: url("../case/img/is4.svg") center no-repeat;background-size:90%;opacity: .9;}
.isbox5 .showisbox h3::after {content: '';width: 35px;height: 35px;position: absolute;right: 0;top:-5px;background: url("../case/img/is4.svg") center no-repeat;background-size:90%;opacity: .9;}

.hidden{ display: none;}
	.moreload{width: 100%;height: auto;margin:0 auto;overflow: hidden;text-align: left;background:#fff;padding:30px 0;}
	.moreload.mt100{margin-top: 100px;}




.moreload .sec{width: 100%;height: auto;margin:0 auto;padding: 10px 0;}
	.moreload .t1{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 24px; font-weight: 600; line-height: 40px; color: #000;}
	.moreload .t2{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 16px; font-weight: 600; color: #000; line-height: 24px;}
.indexmenu{margin:5px auto; padding:10px 0; width: auto; height: 24px; float: right;}
.indexmenu a{margin:0 10px; padding: 0 10px; width: auto; height: auto; float: left;text-align: left;font-size: 16px; font-weight: 300; color: #000; line-height: 24px;}
.indexmenu a:hover{color: #000; border-bottom: 1px solid #e3e3e3;}


.iviewmore {border: 1px #999 solid;font-size: 14px; text-align: center;clear: both;color: #666; display: block;margin:40px auto auto; padding: 10px 20px;width:90px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.iviewmore:hover { background:#000; color:#fff;border: 1px #000 solid;}

	.moreload ul.list{overflow: hidden;}
	.moreload ul.list li{width: 24.5%;height: auto;margin:1px;float: left;overflow: hidden;}
	.moreload ul.list li img{width: 100%;height: 100%;}
	.moreload ul.list p{text-align: center;padding: 10px;}


	.moreload .more{overflow: hidden;padding:10px;text-align: center;}

.moreload .more i{ font-size: 18px; font-weight: 200; margin-left: 10px;}


.slide-btn-one,
.slide-btn-two {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 30px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.slide-btn-one:before,
.slide-btn-two:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.slide-btn-one:hover:before,
.slide-btn-one:focus:before,
.slide-btn-one:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.slide-btn-two:hover:before,
.slide-btn-two:focus:before,
.slide-btn-two:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.slide-btn-one {
  color: #fff;margin-top: 20px;
  border-radius: 20px;background: #e8c42b;
}

.slide-btn-one:before {
  background: #e8c42b;border-radius: 20px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.slide-btn-one:hover,
.slide-btn-one:focus,
.slide-btn-one:active {
  color: #fff; background: #33384b; 
}


/* Style the checkmark/indicator */
/*
*****
11. Features
*************************
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__area {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .features__area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .features__area-display {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.features__icon {
  float: left;
  margin-right: 22px;
  line-height: 1;
}
@media (max-width: 575px) {
  .features__icon {
    margin-right: 15px;
  }
}
.features__icon i {
  font-size: 75px;
  color: #f3ca20;
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__icon i {
    font-size: 56px;
  }
}
.features__about {
  overflow: hidden;
  padding-top: 10px;
}
@media (max-width: 575px) {
  .features__about {
    padding-top: 0;
  }
}
.features__about h4 {
  margin-bottom: 18px;
  line-height: 1;
}
@media (max-width: 575px) {
  .features__about h4 {
    font-size: 20px;
  }
}
.features__about p {
  margin-bottom: 0;
  line-height: 1;
}
.features__content .company-icon:before {
  display: none;
}
.features__content p {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .features__author-signature {
    margin-bottom: 30px;
  }
}
.features__author-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.features__author-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.features__author-text span {
  color: #f3ca20;
}

@media (max-width: 575px) {
  .features-box-area {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.features-box-wrapper {
  padding: 0 30px;
  background: #ffffff;
  box-shadow: 0px 80px 160px 0px rgba(97, 97, 97, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .features-box-wrapper {
    padding: 0 0;
  }
}
.features-box-single {
  padding: 60px 60px 55px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features-box-single {
    padding: 50px 40px 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-box-single {
    padding: 60px 80px 55px;
  }
}
@media (max-width: 575px) {
  .features-box-single {
    padding: 30px 15px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-box-single {
    padding: 50px 40px 45px;
  }
}
.features-box-single:hover {
  background: #f3ca20;
  box-shadow: 0px 30px 60px 0px rgba(194, 44, 45, 0.2);
}
.features-box-single:hover .features-box-icon {
  background: #ffffff;
}
.features-box-single:hover .features-box-icon i {
  color: #f3ca20;
  transform: rotateY(360deg);
  display: inline-block;
}
.features-box-single:hover h4, .features-box-single:hover p {
  color: #ffffff;
}
.features-box-single h4 {
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 575px) {
  .features-box-single h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-box-single h4 {
    font-size: 24px;
  }
}
.features-box-single p {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-box-icon {
  height: 100px;
  width: 100px;
  background: #f3ca20;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 36px;
  display: inline-block;
}
.features-box-icon i {
  font-size: 40px;
  color: #ffffff;
  line-height: 100px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.features__area-display .features__content {
  padding-right: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .features__area-display .features__content {
    padding-right: 0;
  }
}
.features__area-display .features__content h2 {
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__area-display .features__content h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__area-display .features__content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .features__area-display .features__content h2 {
    font-size: 29px;
  }
}
.features__area-display .features__content p {
  margin-bottom: 53px;
}
.features__area-display .features__content a.features-btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  background: #f02830;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
}

.features__right {
  margin-left: -93px;
  padding-right: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .features__right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__right {
    padding-right: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__right {
    padding-right: 0;
  }
}
.features__right-content {
  background: #ffffff;
  padding-left: 50px;
  width: 300px;
  position: absolute;
  right: 0;
  top: 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__right-content {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__right-content {
    top: 70px;
  }
}
@media (max-width: 575px) {
  .features__right-content {
    display: none;
  }
}
.features__right-content li {
  padding: 48px 50px 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__right-content li {
    padding: 30px 0 23px 0;
  }
}
.features__right-content li:first-child {
  border-bottom: 1px solid #ededed;
}
.features__right-content li i {
  font-size: 74px;
  color: #f02830;
  margin-bottom: 13px;
  line-height: 1;
  display: inline-block;
}
.features__right-content li h4 {
  margin-bottom: 0;
  line-height: 1.426;
}
.features__right-img {
  overflow: hidden;
}
.features__right-img:hover img {
  transform: scale(1.1);
}

.special-features {
  padding-right: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .special-features {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-features {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .special-features {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.special-features ul li:hover .features__icon i {
  margin-top: -10px;
}
.special-features ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px;
  margin-bottom: 42px;
}
@media (max-width: 575px) {
  .special-features ul li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}

.support {
  border: 6px solid #f4eed7;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .support {
    padding: 25px 25px 20px;
  }
}
.support__icon {
  float: left;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .support__icon {
    margin-right: 15px;
  }
}
.support__icon i {
  font-size: 40px;
  color: #f3ca20;
}

.support11{margin:0 auto; padding: 0; width: 46%;border-right:1px dashed #e3e3e3; height: auto; float: left;}
.support12{margin:0 auto; padding: 0; width: 50%; padding-left: 20px;  height: auto; float: right;}



.support121 { text-align:left;padding: 5px 0; margin-left: 10px; }
.support121 * {-webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;}
.support121 a { display:inline-block;position: relative; width:40px; height:40px; margin:0 15px 0 -2px;-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius:100px;}
.support121 a:hover { z-index:1;}
.support121 .wx{background:url("../img/icon_03.png") center 8px no-repeat #a2a2a2;background-size: 60%;}
.support121 .qq{background:url("../img/icon_05.png") center 8px no-repeat #a2a2a2;background-size: 60%;}
.support121 .wx:hover .ewm{display: block;}
.support121 .wx:hover {background:url("../img/icon_03.png") center -24px no-repeat #666;background-size: 60%;}
.support121 .qq:hover {background:url("../img/icon_05.png") center -30px no-repeat #666;background-size: 60%;}
.support121 .ewm{display: none;width: 80px;height: 80px;position: absolute;left: 50%;margin-left: 30px;top: -30px;z-index: 3000000;background: #f3ca20;padding: 5px; text-align: center;}
.support121 .ewm::after {position: absolute;left:50%;z-index: 3;top:-6px;border-color: #000 transparent  transparent   transparent;margin-left: -7px;border-width: 8px;border-style: dashed;}
.support121 .ewm img {display: block;width: 70px;height: 70px;}




.support__about {
  overflow: hidden;
}
.support__about p {
  margin-bottom: 10px;
}
.support__about span {
  font-size: 36px;
  font-weight: 700;
  color: #f3ca20;
  line-height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support__about span {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .support__about span {
    font-size: 25px;
  }
}
.support__about span a:hover {
  color: #777777;
}
.support::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 6px solid #f3ca20;
  top: 50%;
  left: -12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: #fff;
  border-right: #fff;
  z-index: 3;
  background: #fff;
}

.suspension{position:fixed;z-index:55;right:30px;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#fff;border:1px solid #e3e3e3;border-radius: 3px; margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#e8c42b;border:1px solid #e8c42b;}
.suspension .a .i{float:left;width:44px;height:44px;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:44px;height:44px;background-image:url(../../image/qq1.png);background-repeat:no-repeat;;}
.suspension .a-service-phone .i{width:44px;height:44px;background-image:url(../../image/tel1.png);background-repeat:no-repeat;}
.suspension .a-qrcode .i{width:44px;height:44px;background-image:url(../../image/ewm.png);background-repeat:no-repeat;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{width:44px;height:44px;background-image:url(../../image/top1.png);background-repeat:no-repeat;}
.suspension .a-top{background:#f3f3f3;display:none;}
.suspension .a-top:hover{background:#e8c42b;}
.suspension .a-top:hover i{background-image:url(../../image/top2.png);}
.suspension .a-qrcode:hover .i{background-image:url(../../image/ewm2.png);}
.suspension .a-service:hover .i{width:44px;height:44px;background-image:url(../../image/qq2.png);background-repeat:no-repeat;;}
.suspension .a-service-phone:hover .i{width:44px;height:44px;background-image:url(../../image/tel2.png);background-repeat:no-repeat;}


.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../../image/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:10px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../../image/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../../image/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../../image/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.indexmap{margin:0 auto; padding: 30px 0; width: 100%; height: auto; background: #2a2a2a;}
.indexmap .img{margin:0 auto; padding:0; width: 100%; height: auto;}
.indexmap .img img{marx-width: 100%; height: auto;}

.indexmap .txt{margin:0 auto; padding:120px 0 30px 0; width: 100%; height: auto;}
.indexmap .txt .t1{margin:0 auto; padding:0; width: 100%; height: auto; font-size: 18px; color: #888; line-height: 30px; text-align: left; font-weight: 300;}
.indexmap .txt .t2{margin:0 auto; padding:0; width: 100%; height: auto; font-size: 18px; color: #fff; line-height: 30px; text-align: left; font-weight: 600;}
.indexmap .txt .t3{margin:0 auto; padding:40px 0; width: 100%; height: auto; font-size: 14px; color: #9d9e9e; line-height: 24px; text-align: left; font-weight: 200;}



.indexkehu{margin:0 auto; padding: 30px 0; width: 100%; height: auto;}

.indexkehu .sec{width: 100%;height: auto;margin:0 auto;padding: 10px 0;}
.indexkehu .t1{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 32px; font-weight: 300; line-height: 40px; color: #000;}
.indexkehu .t2{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 16px; font-weight: 600; color: #000; line-height: 24px;}

.indexkehu .list{margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexkehu .list ul{margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexkehu .list ul li{margin:10px 0.5% 10px 0; padding:10px; width: 12%; height: auto; float: left; background: #f9f9f9; text-align: center;}
.indexkehu .list ul li img{max-width: 100%; height: auto;}


/*** 
=============================================
    Subscribe Area style
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fcfcfc;
    padding: 53px 0 54px;
    z-index: 1;
}
.subscribe-area .subscribe-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 60%;
    background-position: top center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 1.0;
}

.subscribe-content-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 0px 30px;
}


.subscribe-content-box .left{
    position: relative;
    display: flex;
    align-items: center;
}
.subscribe-content-box .left .icon{
    position: relative;
    display: block;
}
.subscribe-content-box .left .icon span::before{
    color: #2739a7;
    font-size: 50px;
}
.subscribe-content-box .subscribe-title{
    position: relative;
    display: block;
    padding-left: 20px;
}
.subscribe-content-box .subscribe-title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    padding: 0 0 3px;
}
.subscribe-content-box .subscribe-title p{
    color: #888888;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.subscribe-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 4px 0;
}
.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}
.subscribe-form input[type="name"] {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 20px;
    width: 25%; float: left;margin-right: 20px;
    height: 65px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.subscribe-form input[type="tel"] {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 20px;margin-right: 20px;
    width: 25%; float: left;
    height: 65px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.subscribe-form input[type="content"] {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 20px;
    width: 25%; float: left;margin-right: 20px;
    height: 65px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #888888;
}
.subscribe-form input:-moz-placeholder {
    color: #888888;
}
.subscribe-form input::-moz-placeholder {
    color: #888888;
}
.subscribe-form input:-ms-input-placeholder {
    color: #888888;
}
.subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    line-height: 65px; width: 20%;
    padding-left: 45px; height: 65px;
    padding-right: 45px;
    transition: all 300ms ease 100ms;
}



.subscribe-area.gray-bg{
    background: #e9ebf4;    
}

.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px; background: #f3ca20;
    font-weight: 700;
    text-transform: uppercase;border: 0;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    z-index: 1;
}
.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #0c1529;
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:before{
    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one .txt i.right {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding-left: 10px;
    font-weight: 400;
}
.btn-one .txt i.left {
    position: relative;
    display: inline-block !important;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
}

.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}




@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}

@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}
.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}







.indexnew11{ margin:0 auto; padding:0; width:96%; height:auto; float: left;}
.indexnew12{ margin:0 auto; padding:0; width:96%; height:auto; float: right;}

.indexnew{ margin:0 auto; padding:40px 0; width:100%; height:auto;}

.indexnewcon{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexnewcon .img{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexnewcon .img img{width: 100%; height: auto;}

.indexnewcon .txt{ margin:0 auto; padding:0; width: 100%; height: auto;}
.indexnewcon .txt h3{ margin:0 auto; padding:0; width: 100%; height: 30px; font-size: 16px; overflow: hidden;color: #000; line-height: 30px; text-align: left; font-weight: 400;}
.indexnewcon .txt .date{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 12px; color: #ffcd04; line-height: 20px; text-align: left; font-weight: 300;}
.indexnewcon .txt p{ margin:0 auto; padding:5px 0; width: 100%; height:45px; overflow: hidden;font-size: 14px; color: #666; line-height: 20px; text-align: left; font-weight:400;}

.indexnewcon1{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexnewcon1 .img{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexnewcon1 .img img{width: 100%; height: auto;}

.indexnewcon1 .txt{ margin:0 auto; padding:20px; width: 100%; height: auto; background: #f3f3f3;}
.indexnewcon1 .txt h3{ margin:0 auto; padding:0; width: 100%; height: 30px; overflow: hidden;font-size: 18px; color: #000; line-height: 30px; text-align: left; font-weight: 600;}
.indexnewcon1 .txt .date{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 14px; color: #ffcd04; line-height: 20px; text-align: left; font-weight: 500;}
.indexnewcon1 .txt p{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 14px; color: #888; line-height: 20px; text-align: left; font-weight: 300;}



.indexnewtitle{margin:0 auto; padding:0 0 10px 0; width: 100%; height: auto; border-bottom: 1px solid #f3f3f3;}
.indexnewtitle .t1{margin:0 auto; padding:0; width: 100%; height: auto;font-size: 18px; color: #888; line-height: 20px; text-align: left; font-weight: 500;}
.indexnewtitle .t2{margin:0 auto; padding:5px 0; width: 100%; height: auto;font-size: 18px; color: #000; line-height: 20px; text-align: left; font-weight: 800;}

.indexnewlist{ margin:0 auto; padding:20px 0; width:100%; height:auto;}
.indexnewlist ul{ margin:0 auto; padding:0; width:100%; height:auto;}
.indexnewlist ul li{ margin:5px auto; padding:0; width:32%; height:24px; margin-right: 1%; float: left; border-left: 1px solid #e3e3e3; overflow: hidden;}
.indexnewlist ul li a{  padding-left: 10px;font-size: 14px; color: #666; line-height: 24px; text-align: left; font-weight: 300;}
.indexnewlist ul li a:hover{ text-decoration: underline;}

.indexnewnei{ margin:0 auto; padding:20px 0; width:100%; height:auto; margin-top:20px;}

.workshow{ margin:0 auto; padding:120px 0 50px 0; width:100%; height:auto; background:#f2f2f2; }

.workshowtitle{width: 100%;height: auto;margin:0 auto;text-align: left;padding:10px 0; border-bottom: 1px dashed #d7d7d7;}
.workshowtitle .sec{width: 100%;height: auto;margin:0 auto;padding: 10px 0;}
.workshowtitle .t1{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 24px; font-weight: 200; line-height: 24px;}
.workshowtitle .t2{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 16px; font-weight: 600; color: #000; line-height: 24px;}

#banner1{margin-top:100px;}

.aboutcon{margin:0 auto; padding: 0; width: 100%; height: auto;}
.aboutconhuang{margin:0 auto; padding:40px 0; width: 100%; height: auto; background: #ffcd04;}
.aboutconhuang .txt{margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.aboutconhuang .txt .t1{margin:0; padding:10px 0; width: auto; height: auto; text-align: left;font-size: 24px; font-weight: 400; line-height: 24px; color: #000;}
.aboutconhuang .txt .line{margin:0; padding:0; width: 100px; height: 4px;background: #000;}

.aboutconhuang .txt1{margin:0 auto; padding:30px 0; width: 100%; height: auto;text-align: left;font-size: 24px; font-weight: 300; line-height: 40px; color: #000;}
.aboutconhuang .txt3{margin:0 auto; padding:100px 0 30px 0; width: 100%; height: auto;text-align: left;font-size: 16px; font-weight: 300; line-height: 30px; color: #000;}


.aboutconwrite{margin:0 auto; padding:40px 0; width: 100%; height: auto; background: #fff;}
.aboutconwrite .txt{margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.aboutconwrite .txt .t1{margin:0; padding:10px 0; width: auto; height: auto; text-align: left;font-size: 24px; font-weight: 400; line-height: 24px; color: #000;}
.aboutconwrite .txt .line{margin:0; padding:0; width: 120px; height: 4px;background: #ffcd04;}

.aboutconwrite .txt1{margin:0 auto; padding:30px 0; width: 100%; height: auto;text-align: left;font-size: 24px; font-weight: 300; line-height: 40px; color: #000;}
.aboutconwrite .txt3{margin:0 auto; padding:100px 0 30px 0; width: 100%; height: auto;text-align: left;font-size: 16px; font-weight: 300; line-height: 30px; color: #000;}




.aboutconjob{margin:0 auto; padding:0; width: 100%; height: auto;}
.aboutconjob .txt{margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.aboutconjob .txt .t1{margin:0; padding:10px 0; width: auto; height: auto; text-align: left;font-size: 24px; font-weight: 400; line-height: 24px; color: #000;}
.aboutconjob .txt .line{margin:0; padding:0; width: 170px; height: 4px;background: #ffcd04;}

.aboutconjob .txt1{margin:0 auto; padding:5px 0 15px 0; width: 100%; height: auto;text-align: left;font-size: 24px; font-weight: 300; line-height: 40px; color: #000;}
.aboutconjob .txt3{margin:0 auto; padding:100px 0 30px 0; width: 100%; height: auto;text-align: left;font-size: 16px; font-weight: 300; line-height: 30px; color: #000;}
.aboutconjob p{margin:0 auto; padding:10px 0; width: 100%; height: auto;text-align: left;font-size: 16px; font-weight: 300; line-height: 30px; color: #000;}
.aboutconjob p.huitxt{line-height: 30px; color: #777;}






.aboutcon1{margin:20px auto; padding:40px 0; width: 100%; height: auto; background:url(../img/shape-3.png) repeat #fff;}
.aboutcon1 .txt{margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.aboutcon1 .txt .t1{margin:0; padding:10px 0; width: auto; height: auto; text-align: left;font-size: 40px; font-weight: 600; line-height: 50px; color: #000;}
.aboutcon1 .txt .t1 span{font-family: Arial;}
.aboutcon1 .txt .t1 p.name{font-size: 32px; font-weight: 300; line-height: 50px; color: #000;}

.aboutcon1 .txt .t2{margin:0; padding:10px 0; width: auto; height: auto; text-align: left;font-size: 18px; font-weight: 400; line-height: 30px; color: #000;}

.aboutconblack{margin:0 auto; padding:60px 0; width: 100%; height: auto; background: #221e1f;}
.aboutconblack .txt{margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.aboutconblack .txt .t1{margin:0; padding:10px 0; width: auto; height: auto; text-align: left;font-size: 24px; font-weight: 400; line-height: 24px; color: #fff;}
.aboutconblack .txt .line{margin:0; padding:0; width: 142px; height: 4px;background: #ffcd04;}

.aboutconblack .txt1{margin:0 auto; padding:30px 0; width: 100%; height: auto;text-align: left;font-size: 24px; font-weight: 300; line-height: 40px; color: #fff;}
.aboutconblack .txt3{margin:0 auto; padding:100px 0 30px 0; width: 100%; height: auto;text-align: left;font-size: 16px; font-weight: 300; line-height: 30px; color: #fff;}

.aboutconblack .line1{margin:50px 0; padding:0; width: 100%; height: 1px;background: #333;}

.aboutconblack .ico{margin:0 auto; padding:20px; width: 100%; height: auto;}
.aboutconblack .ico .ico1{margin:0 auto; padding:0; width: 100%; height: auto;text-align: left;}
.aboutconblack .ico .ico2{margin:0 auto; padding:0; width: 100%; height: auto;text-align: left;font-size: 22px; font-weight: 400; line-height: 40px; color: #fff;}
.aboutconblack .ico .ico3{margin:0 auto; padding:0; width: 100%; height: auto;text-align: left;font-size: 16px; font-weight: 300; line-height: 30px; color: #f3f3f3;}


.huibg{ margin:0 auto; padding: 0; width: 100%; height: auto; background: #f3f3f3;}



#conmaincontact{ margin:0 auto; padding:0; width:100%;height:auto; background-color:#f8f8f8;padding-top:40px;}
#conmaincon{ margin:0 auto; padding:0; width:92%; max-width:1180px; height:auto; padding-top:40px;padding-bottom:25px; border-bottom:1px solid #E6E6E6; }

#conmain{ margin:0 auto; padding:0; width:100%; height:auto; padding-top:40px;padding-bottom:25px; }

#conmain1{ margin:0 auto; padding:0; width:72%; height:auto;font-size:11px;color:#666; text-align:right; text-decoration:none; line-height:40px; float:left; background:#fff;}

#conmain2{ margin:0 auto; padding:0; width:25%; float:right; height:auto;  font-size:18px;color:#000; text-align:left; text-decoration:none; line-height:40px;}
#conmain21{ margin:0 auto; padding:0; width:100%;  height:auto; border-bottom:1px solid #e3e3e3;  font-size:16px;color:#333; text-align:left; text-decoration:none; line-height:40px;background:#fff;}
#conmain21 span{ padding-left:20px;font-size:16px;color:#333; text-align:left; text-decoration:none; line-height:40px;}

#conmain22{ margin:0 auto; padding:0; width:100%; padding-bottom:30px; padding-top:30px;   height:auto; background:#FFF;}
#conmain22 ul{ margin:0 auto; padding:0; width:92%; height:auto;}
#conmain22 ul li{ margin:0 auto; padding:0; width:50%;  height:auto;padding:2%; float:left; }
#conmain22 ul li:nth-child(2n+1){ clear:both;}

#conmain22 ul li img{ max-width:100%; height:auto; border:0; }
#conmain22 ul li a{ margin:0 auto; padding:0; width:100%;  height:auto; float:left; }

#conmain23{ margin:0 auto; padding:0; width:100%;  height:40px;}
#conmain24{ margin:0 auto; padding:10px 0; width:100%;  height:auto; background:#fff; }


#conmain241{ margin:0 auto; padding:10px 0; width:180px;  height:180px;  }


#conmain25{ margin:0 auto; padding:0; width:100%; padding-bottom:30px; padding-top:30px;   height:auto; background:#FFF;}
#conmain25 ul{ margin:0 auto; padding:0; width:92%; height:auto;}
#conmain25 ul li{ margin:0 auto; padding:5px 0; width:100%;  height:auto;float:left; color:#888; text-align:left; text-decoration:none; line-height:22px; font-size:12px; border-bottom:1px dashed #e3e3e3;}
#conmain25 ul li a{ padding-left:15px;color:#666; text-align:left; text-decoration:none; line-height:22px;  font-size:14px;}
#conmain25 ul li a:hover{ color:#000;}







.anlicon{margin:0 auto; padding:0; width: 100%; height: auto; margin-top:150px; }
.anlicon .con{margin:0 auto; padding:30px 0; width: 100%; height: auto;border-bottom: 1px solid #f3f3f3;border-top: 1px solid #f3f3f3;}
.anlicon .con .topding{margin:0 auto; padding:0; width: 100%; height: auto; max-width: 1280px;}

.anlicon .con .topding h2{margin:0 auto; padding:0; width: 100%; height: auto; color:#000; text-align:left; text-decoration:none; line-height:30px; font-size:30px; font-weight: 400; }
.anlicon .con .topding .title{margin:0 auto; padding:20px 0; width: 100%; height: auto; color:#777; text-align:left; text-decoration:none; line-height:22px; font-size:16px; font-weight:300; }

.anlicon .con .topding .connei{margin:0 auto; padding:0; width: 100%; height: auto;}
.anlicon .con .topding .connei .link{margin:0 auto; padding:0; width: 50%; height: auto; float: left;color:#999; text-align:left; text-decoration:none; line-height:22px; font-size:14px; font-weight:300;}
.anlicon .con .topding .connei .link a{color:#000; text-align:left; text-decoration:none; line-height:22px; font-size:14px; font-weight:300;}
.anlicon .con .topding .connei .link a:hover{color:#f3c933;}

.anlicon .con .topding .connei .data{margin:0 auto; padding:0; width: 50%; height: auto; float: right;color:#999; text-align:right; text-decoration:none; line-height:22px; font-size:14px; font-weight:300;}
.anlicon .con .topding .connei .data i{padding:0 5px; margin-left: 15px; color:#999; text-align:right; text-decoration:none; line-height:22px; font-size:14px; font-weight:300;}



.anlicon .content{margin:0 auto; padding:30px 0; width: 100%; height: auto; max-width: 1280px;}

.anlicon .content p{margin:0 auto; padding:0; width: 100%; height: auto; font-size:16px; line-height:26px; }
.anlicon .content img{width: 100%; height: auto; }
.anlicon .content p img{width: 100%; height: auto; }
.anlicon .content video{width: 100%; height: auto; border-radius: 10px; }
.anlicon .content p video{width: 100%; height: auto; }

.anlicon .zan{margin:0 auto; padding:10px 0; width: 100%; height: auto; max-width: 1280px; text-align: center;}

.icon-btn,.icon-btn:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.icon-btn,.ie8 .icon-btn:hover{filter:none}

.icon-btn{height:60px;margin:5px 10px;width:100px;padding:5px 20px;background-color:#ffe300;border-radius: 30px; background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:inline-block;color:#646464;text-shadow:none;text-align:center;cursor:pointer;position:relative;transition:all .3s ease}
.icon-btn:hover{text-decoration:none;background-color:#e9c32a;}
.icon-btn:hover>.badge{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;box-shadow:none}
.icon-btn>div{margin-top:5px;margin-bottom:20px;color:#fff;font-size:16px;}
.icon-btn>.badge{width: 100%; font-size:14px;font-weight:400;color:#fff;margin: 0; padding: 0; line-height: 20px;}
.icon-btn>i{font-size:24px; color: #fff; font-weight: 400;padding-top:5px;}

 .badge{color:#fff;}
.badge-danger,.badge-default,.badge-info,.badge-primary,.badge-success,.badge-warning,.btn.white:not(.btn-outline)
.badge-danger{color: #fff; position: relative;}



.anlicon .fengye{margin:10px auto; padding:10px 0; width: 100%; height: auto; max-width: 1280px; border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;}
.anlicon .fengye .left{margin:0; padding:10px 0 0 0; width: 80%; height: auto; max-width: 1280px; float: left;}

.anlicon .fengye .left .prev1{margin:0; padding:0; width: 100%; height: auto; text-align: left; font-size:16px;font-weight:400;color:#666; line-height: 30px;}
.anlicon .fengye .left .prev1 a{ font-size:16px;font-weight:400;color:#888;  line-height: 30px;}
.anlicon .fengye .left .prev1 a:hover{ padding-left: 10px; color:#e9c32a;}

.anlicon .fengye .left .next1{margin:0; padding:0; width: 100%; height: auto; text-align: left; font-size:16px;font-weight:400;color:#666; line-height: 30px;}
.anlicon .fengye .left .next1 a{ font-size:16px;font-weight:400;color:#888;  line-height: 30px;}
.anlicon .fengye .left .next1 a:hover{ padding-left: 10px; color:#e9c32a;}
.anlicon .fengye .right{margin:0 auto; padding:0; width: 160px; height: auto;float: right; border-left:1px solid #f3f3f3;}

.anlimore{margin:0 auto; padding:20px 0; width: 100%; height: auto; background: #fff;}
.anlimore .anlimorenei{margin:0 auto; padding:20px 0; width: 100%; height: auto; max-width: 1280px;}
.anlimore .anlimorenei .title{margin:0 auto; padding:10px 0; width: 100%; height: auto;text-align: left; font-size:24px;font-weight:300;color:#000; line-height: 30px; }

.anlimore .anlimorewrite{margin:10px auto; padding:0; width: 100%; height: auto;  border-radius:5px;}
.anlimore .anlimorewrite .title{margin:0 auto; padding:0; width: 100%; height: auto;text-align: left; font-size:20px;font-weight:300;color:#666; line-height: 40px; }

.anlimore .anlimoreno{margin:10px auto; padding:0; width: 100%; height: auto;  border-radius:5px;}
.anlimore .anlimoreno .title{margin:0 auto; padding:0; width: 100%; height: auto;text-align: left; font-size:20px;font-weight:300;color:#666; line-height: 40px; }




#contactfoot{ margin:0 auto; padding:2%; width:100%; height:auto; display:block;}
#contactfoot1{ margin:0 auto; padding:0; width:33%; height:auto; float:left; border-right:1px dashed #e3e3e3; min-height:260px;}
#contactfoot11{ margin:0 auto; padding:20px 0; width:96%; height:auto; text-align:center;}
#contactfoot12{ margin:0 auto; padding:0; width:96%; height:auto; text-align:center;color:#888; text-align:center; text-decoration:none; line-height:22px; font-size:14px; }
#contactfoot13{ margin:0 auto; padding:10px 0; width:96%; height:auto; text-align:center;color:#666; text-align:center; text-decoration:none; line-height:22px; font-size:16px; font-weight:bold; }
#contactfoot14{ margin:0 auto; padding:0; width:96%; height:auto; text-align:center;color:#888; text-align:center; text-decoration:none; line-height:22px; font-size:12px; }
#contactfoot2{ margin:0 auto; padding:0; width:33%; height:auto; float:left; border-right:1px dashed #e3e3e3;min-height:260px;}
#contactfoot21{ margin:0 auto; padding:20px 0 0 0; width:96%; height:auto; text-align:center;}
#contactfoot22{ margin:0 auto; padding:0; width:96%; height:auto; text-align:center;color:#888; text-align:center; text-decoration:none; line-height:22px; font-size:14px; }
#contactfoot23{ margin:0 auto; padding:0; width:96%; height:auto; text-align:center;color:#666; text-align:center; text-decoration:none; line-height:22px; font-size:14px; }
#contactfoot24{ margin:0 auto; padding:0; width:96%; height:auto; text-align:center;color:#888; text-align:center; text-decoration:none; line-height:22px; font-size:12px; }
#contactfoot3{ margin:0 auto; padding:0; width:33%; height:auto; float:left; }
#contactfoot4{ margin:0 auto; padding:0; width:33%; height:auto; float:left; }





/*news*/
.news_info { width:94%; padding:3%; margin:0 auto;
	font-size:16px; background:#fff;
	line-height:30px;
	margin-bottom:40px
}

.news_info img{ max-width:100%; height:auto;}


.news_info h1.title {
	font-size:28px;
	color:#000;
	line-height:45px;
	margin-bottom:10px;
	text-align:center
}
.news_info h1 {
	font-size:28px;
	color:#000;
	line-height:45px;
	margin-bottom:10px;
	text-align:center
}
.news_info h2 {
	font-size:28px;
	color:#000;
	line-height:45px;
	text-align:left
}

.news_info .data {
	font-size:14px;
	color:#ccc;
	line-height:30px;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #eee
}
.news_info .datawork { width:100%; margin:0 auto; height:40px;
	font-size:12px;
	color:#ccc;
	line-height:30px;
	margin-bottom:10px;
}
.news_info .datawork1 { margin:0; padding:0; width:100%; float:left; height:30px;
	font-size:12px;
	color:#ccc;
	line-height:30px; text-align:left;
}


.news_info .datawork1 .time{margin:0; padding:0;float:left; padding-right:30px;line-height:30px; height:30px; } 
.news_info .datawork1 .time a{margin:0; padding:0;font-size:12px;	color:#ccc; height:30px;
	line-height:30px; text-align:left;} 

.news_info .datawork1 .click{margin:0; padding:0;float:left; padding-right:30px;line-height:30px; height:30px;} 
.news_info .datawork1 .click a{margin:0; padding:0;font-size:12px;	color:#ccc; height:30px; 
	line-height:30px; text-align:left;} 

.news_info .datawork1 .zan{ margin:0; padding:0;float:left; padding-right:30px; height:30px; width:200px;} 

.news_info .datawork1 .zan a{padding-left:10px;color:#ff9000; font-weight: normal; font-size:14px; line-height:30px;} 
.news_info .datawork1 .zan a:hover{color:#333; }


.jianshu { margin:0; padding:10px 0; width:100%; float:left; height:auto; font-size:12px;	color:#ccc;	line-height:30px; text-align:left; border-bottom:1px solid #e3e3e3;}



.news_info .datawork2 { margin:0; padding:0; width:30%; float:right; height:auto;
	font-size:12px;
	color:#ccc;
	line-height:30px; text-align:right;
}

.news_info .datawork2  .bdsharebuttonbox{ float:right;}

.news_info .nei{ width:100%; padding-top:25px;
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-bottom:10px;
	text-align:left;
}

.news_info .neivideo1{ width:100%; padding-top:25px; 
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-bottom:10px;
	text-align:left;
}


.news_info .nei img{ max-width:100%; height:auto;}

.news_info .nei div img{ max-width:100%; height:auto;}



.news_info video{ max-width:96%;}

.news_info .jianjietitle{ margin:0 auto;  padding:0; padding-top:30px; border-bottom:2px solid #e3e3e3; padding-bottom:10px; text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:14px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}
.news_info .jianjietitle span{ border-left:2px solid #E30010; padding-left:30px;text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:24px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}

.news_info .jianjiecon{ margin:0 auto;  padding:0; padding-top:20px; padding-bottom:20px; text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:14px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}
.news_info .jianjiecon p{text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:14px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}


.news_info .prev {
	width:96%; padding:0 2%;
	font-size:16px;
	border-bottom:1px dashed #eee;
	margin-top:40px;
	background:url(image/arrow_l.png) 3% center no-repeat;
	-webkit-transition:.3s all ease;
	-moz-transition:.3s all ease;
	-ms-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease;
	float:left; text-align:left;
}
.news_info .prev a {
	color:#ccc
}
.news_info .prev:hover {
	background:url(image/arrow_l.png) 1% center no-repeat #D2D2D2;color:#666;
}
.news_info .prev:hover a {
	color:#666
}
.news_info .next {
	width:96%; padding:0 2%;
	font-size:16px;
	border-bottom:1px dashed #eee;
	margin-top:20px;
	background:url(image/arrow_r.png) 97% center no-repeat;
	-webkit-transition:.3s all ease;
	-moz-transition:.3s all ease;
	-ms-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease;
	float:left;
	text-align:left
}
.news_info .next a {
	color:#ccc
}
.news_info .next:hover {
	background:url(image/arrow_r.png) 99% center no-repeat #D2D2D2; color:#666;
}
.news_info .next:hover a {
	color:#666
}



.news_info .contentnew{font-family: '微软雅黑',宋体; font-size:16px;color:#000; text-align:left; text-decoration:none; line-height:30px;}

.news_info .contentnew img{ max-width:100%;
}

.news_info .contentnew td{ border:1px solid #ebebeb; padding-left:25px;
}

.list_page{padding:10px 0px;font-size:13px;color:#666;text-align:center;}
.list_page a{border:#bbbbbb 1px solid;padding:4px 8px;margin:0px 2px;border-left:#bbbbbb 1px solid;color:#666;text-decoration:none; }
.list_page a:hover{ background:#666;color:#fff; border:#666 1px solid;}
.list_page a:active{border:#666 2px solid;color:#666;}
.list_page span.current{border:#ff5a00 1px solid;padding:2px 5px;font-weight:bold;color:#fff;background-color:#ff6c16;}
.list_page span.disabled{display:none}

.displaymobile{ display:block;}
.displaymobilenone{ display:none;}

@media only screen and (max-width: 640px) {
.displaymobile{ display:none;}	
.displaymobilenone{ display:block;}	
}




/*choose*/
/* Services Item */
.services {
  background: #fff; margin-top:40px;
}


.padding-none {
  padding: 0;
  border-left: 1px solid #f3f3f3;
}

.padding-none:nth-child(1) {
  border-left: none;
}

.padding-none:nth-child(4) {
  border-bottom: none;
}

.padding-none:nth-child(5) {
  border-bottom: none;
}

.padding-none:nth-child(6) {
  border-bottom: none;
}
.section-title {
  font-size: 36px;font-weight: 300;
  color: #000;
  line-height: 52px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.services-wrapper {
  margin-top: 30px;
}
.section-title-header p {
  text: center;
  font-weight: 400; font-size:14px; color:#888;
  line-height: 26px;
  padding-bottom: 36px;
}

.services-item {
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  line-height: 26px;
}

.services-item .services-content h3 a {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #212121;
}
.services-item .services-content p { margin:0 auto; width:80%; color:#888;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px; font-size:12px;
}


.services-item:hover {
  background: #f3f3f3;
}

.services-item:hover .icon i {
  background: transparent;
  color: #E91E63;
}





.indexbaonian{margin:0 auto; padding: 60px 0; width: 100%; height: auto;}
.indexbaonian .title{margin:0 auto; padding: 30px 0; width: 100%; height: auto; font-size: 36px; font-weight: 300; color:#000;line-height: 30px; text-align: center;}

.indexbaonian .item{
  background: #fff;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.06);
  padding: 45px;
  position: relative;border-radius:20px;
  z-index: 1;
}
.indexbaonian .item.hui{
  background: #f7f4e7;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.16);
  padding: 45px;
  position: relative;border-radius:20px;
  z-index: 1;
}
.indexbaonian .item:before{
  content: '';
  height: 100%;
  width: 100%;
  background:#E8C42B;
  position: absolute;border-radius:20px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.indexbaonian .item:hover{
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
.indexbaonian .item:hover:before{
  opacity: 1;
}
.indexbaonian .item .icon{
  padding-bottom: 20px;
}
.indexbaonian .item .icon i{
  font-size: 60px;
  background: #E8C42B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexbaonian .item span{
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  color: #e4e2d7;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
.indexbaonian .item h5{
  font-weight: 300;font-size: 30px;
  text-transform: capitalize;
}
.indexbaonian .item p{
  padding-top: 10px;font-size:16px;
  padding-bottom: 35px;
}
.indexbaonian .item a i{
  font-size: 30px;
  color: #E8C42B;
}
.indexbaonian .item,
.indexbaonian .item:before,
.indexbaonian .item .icon i,
.indexbaonian .item h5,
.indexbaonian .item p,
.indexbaonian .item a i{
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.indexbaonian .item:hover h5,
.indexbaonian .item:hover p,
.indexbaonian .item:hover a i{
  color:#fff;
}
.indexbaonian .item:hover .icon i{
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





/*------------------------------------------------------
/  06. Portfolio Sections
/------------------------------------------------------*/
.folioItem01{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.folioItem01 img {
    display: block;
    width: 100%;
    height: auto;
}
.seven{margin:0 auto; padding: 0; width: 23%; float: left; margin: 1%;}


@media only screen and (max-width: 1280px) {
.seven{margin:0 auto; padding: 0; width: 23%; float: left; margin: 1%;}
}
@media only screen and (max-width: 1200px) {
    footer{padding: 30px}
}
@media only screen and (max-width: 1080px) {
.seven{margin:0 auto; padding: 0; width: 31%; float: left; margin: 1%;}
}

@media only screen and (max-width: 640px) {
.seven{margin:0 auto; padding: 0; width: 49%; float: left; margin: 0.5%;}
}




.folioItem01 .folioContent {
    position: absolute;
    display: block;
    width: calc(100% - 48px);
    right: auto;
    left: 24px;
    bottom: 90px;
    margin: auto;
    border-radius: 5px;
    padding: 15px;
    background: rgba(255, 205, 4, .87);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    -moz-transition: -moz-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    transition: transform .3s cubic-bezier(.77,0,.175,1) .1s;
}
.folioItem01:hover .folioContent {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);

    -webkit-transition: -webkit-transform .45s cubic-bezier(.77,0,.175,1);
    -moz-transition: -moz-transform .45s cubic-bezier(.77,0,.175,1);
    transition: transform .45s cubic-bezier(.77,0,.175,1);
}
.fcMeta{
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height:20px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 14px;

    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem01:hover .fcMeta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.fcMeta a{
    color: inherit;
}
.fcMeta a:hover{
    color: #FFF;
}
.folioContent h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
    margin: 0;

    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem01:hover .folioContent h3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.folioContent h3 a{
    color: inherit;
}
.folioContent h3 a:hover{
    color: #f9758f;
}
.folioLink{
    position: absolute;
    right: 39px;
    top: 35px;
    height: 72px;
    width: 72px;
    background: #00c0ff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    text-align: center;
    font-size: 33px;
    line-height: 76px;
}
.folioLink:hover{
    background-color: #f9758f;
    color: #FFF;
}
.folioItem01:hover .folioLink{
    opacity: 1;
    visibility: visible;
}

.txtnei{margin: 0 auto; padding:10px 0; width: 100%; height: auto;}
.txtnei h4{margin: 0 auto; padding: 0; width: 100%; height: auto; font-size: 18px; color: #000; font-weight: 500; text-align: center; line-height: 20px;}
.txtnei p{margin: 0 auto; padding: 0; width: 100%; height: auto; font-size: 14px; color: #666; text-align: center; line-height: 20px;}
.plr{padding: 0 20px}
.pcdisplay{display:block;}
@media (max-width:981px) {
	.md-done{display:none;}
    footer{padding: 30px 0 0}
    .copyright-bg{padding: 30px 30px}
    .footleft{margin:0 auto; padding: 0 17px; width: 100%; float: left;}	
    .footleft .footertxt.city{width: 95%}
    .plr{padding: 0}
}
@media (max-width:768px) {
	.pcdisplay{display:none;}
}

.tel{display:none; width:100%; height:50px; margin:0 auto; padding:0; position: fixed; bottom:0; background:#e9c32a;text-align: center; z-index: 100000000000000000000000; }
.tel a{width:100%; height:40px; margin:0 auto; padding:0;text-align: center; color: #fff; line-height: 50px; font-size: 20px; }

@media (max-width: 648px) {
	.tel{display: block;}
}

.found-img{ margin:0 auto; padding:40px 0; width:100%; height:auto; margin-top:150px; text-align:center;}
.found-img img{max-width:100%; height:auto;}

.a-container{max-width: 68%}

.pronavtwo li:first-child{padding-left: 0}
.pronavtwo li:last-child{padding-right: 0}
@media(max-width:1800px){
    .a-container{max-width: 80%}
}
@media(max-width:1600px){
    .a-container{max-width: 90%}
    .search-close {left: 75%;}
}
@media(max-width:1200px){
    .a-container{max-width: 100%}
}




.call-to-action {
  position: relative;
  display: block;
}
.call-to-action .call-to-action-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 75px 45px;
  background-color: #f3ca20;background-image: url(../img/wave2.png);
  background-position: bottom center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .call-to-action .call-to-action-inner {
    padding: 45px 60px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action .call-to-action-inner {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner {
    flex-direction: column;
    padding: 57px 20px 57px;
    text-align: center;
  }
}
.call-to-action .call-to-action-inner:after {
  content: "";
  background-image: url(../image/wave2.png);
  background-size: cover;
  background-position: center left;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  filter: brightness(0.3);
  animation: heartbeat 1.5s infinite alternate;
}
.call-to-action .call-to-action-inner .call-to-action-left {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner .call-to-action-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 425px) {
  .call-to-action .call-to-action-inner .call-to-action-left .call-to-action-icon {
    margin-bottom: 15px;
  }
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-icon span:before {
  font-size: 64px;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 64px;
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content {
  position: relative;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content {
    margin-left: 0;
  }
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content .call-to-action-sub-title {
  text-transform: uppercase;font-size:20px; line-height:30px;
  color: #fff;
  margin: 0;
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content .call-to-action-title {
  font-size: 32px;margin-top:12px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
}
@media only screen and (max-width: 1024px) {
  .call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content .call-to-action-title {
    font-size: 30px;
  }
}


.animate-btn-style4 {
  position: relative;
  display: inline-block;
  color: #EA9A23;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1;
  letter-spacing: 1px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  padding: 16px 52px;
  font-size: 24px; font-weight:bold;
}
.animate-btn-style4:after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  background: rgba(0,0,0, 0.9);
  bottom: 0;
  right: 0;
  z-index: -1;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.animate-btn-style4:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: rgba(0,0,0, 0.9);
  left: 0px;
  top: 0px;
  z-index: -1;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.animate-btn-style4:hover,.animate-btn-style4:hover p {
  color: #fff;
}
.animate-btn-style4:hover:before, .animate-btn-style4:hover:after {
  width: 100%;
  height: 100%;
  background: #EA9A23;
}
.animate-btn-style4 .img{width:30%; height:auto; float:left; margin:0 auto; padding:0; float:left; text-align:center;}
.animate-btn-style4 .img img{max-width:100%; height:auto; }

.animate-btn-style4 .txt{width:66%; height:auto; float:left; margin:0 2%; padding:15px 0; float:left; text-align:center;}

.animate-btn-style4 p{font-weight:normal; font-size:16px;}

@media only screen and (max-width: 768px) {

.animate-btn-style4 {
  
  padding: 16px 32px;
  font-size: 16px; font-weight:bold;
}
	
	
}

@media only screen and (max-width: 640px) {
.aboutconblack .txt3{margin:0 auto; padding:30px 0 30px 0; }
.aboutconhuang .txt3{margin:0 auto; padding:30px 0 30px 0; }
.aboutconwrite .txt3{margin:0 auto; padding:30px 0 30px 0; }
.aboutconjob .txt3{margin:0 auto; padding:30px 0 30px 0; }
	
	
	
	
}

.workshow-new{ margin:0 auto; padding:120px 0 60px 0; width:100%; height:auto; background:#fff; }
.bg-light{background: #f2f2f2;}
.w1200{max-width: 1200px;}

.workshow-new .workshowtitle{width: 100%;height: auto;margin:0 auto;text-align: left;padding:10px 0; border-bottom: 1px dashed #d7d7d7;}
.workshow-new .workshowtitle .sec{width: 100%;height: auto;margin:0 auto;padding: 10px 0;}
.workshow-new .workshowtitle .t1{width: 100%;height: auto;margin:0 auto;text-align: left;font-size: 24px; font-weight: 200; line-height: 24px;}
.workshow-new .workshowtitle .t2{width: auto;height: auto;margin:0; float: left;text-align: left;font-size: 30px; font-weight: 300; color: #333; line-height: 24px;}
.workshow-new .workshowtitle .t3{width: auto;height: auto;margin:0; margin-left: 80px;float: left; text-align: left;font-size: 16px; font-weight: 300; color: #333; line-height: 24px;}

.workshow-new .workshowtitle .t3 a{margin-right: 20px;text-align: left;font-size: 16px; font-weight: 300; color: #333; line-height: 24px;}
.workshow-new .workshowtitle .t3 a.on{font-weight: bold;font-size: 16px;  color: #000; line-height: 24px;}

.news-list-pro{ margin:20px auto; padding:30px 0; width:100%; height:auto; background:#fff; border-bottom: 1px dashed #d7d7d7; }

.news-list-pro .img{width: 100%;height: auto;margin:0 auto;padding: 0;}
.news-list-pro .img img{width: 100%;
	height: 350px;
	object-fit: cover;}

.news-list-pro .txt{width: 100%;height: auto;margin:0 auto;padding:20px 0;}
.news-list-pro .txt .title1{width: 100%;height: auto;margin:0 auto;padding:20px 0;font-size: 24px; font-weight: 500; color: #000; line-height: 24px;}
.news-list-pro .txt .title2{width: 100%;height: auto;margin:20px auto;padding:0;font-size: 16px; font-weight: 300; color: #333; line-height: 25px; height: 75px; overflow: hidden;}
.news-list-pro .txt .data{width: 100%;height: auto;margin:0 auto;padding:0;font-size: 20px; font-weight: 400; color: #000; line-height: 24px;}
.news-list-pro .txt .more{width: auto;height: auto;margin:0 auto;padding:10px;display:inline-block;border-bottom: 2px solid #e3e3e3; font-size: 16px; font-weight: 400; color: #888; line-height: 24px;transition: all ease 0.4s;}
.news-list-pro .txt .more i{ font-size: 16px; font-weight: 400; color: #888; line-height: 24px;}

.news-list-pro .txt .more:hover{padding-left: 25px; border-bottom: 2px solid #e3e3e3; font-size: 16px; font-weight: 400; color: #888; line-height: 24px;transition: all ease 0.4s;}
.news-list-pro:hover .txt .more i{ font-size: 16px; font-weight: 400; color: #888; line-height: 24px;}



.fuwunew{ margin: 0 auto; padding: 100px 0; width: 100%; height: auto;}
.fuwunew .fuwunew-title1{ margin: 10px auto; padding: 10px 0; width: 100%; height: auto; font-size: 26px; line-height: 30px; color: #000;}

.fuwunew .fuwunew-list{ margin: 10px auto; padding:8px 10px; width: 100%; height: auto;background: #f3f3f3; border-radius: 8px; transition: all 0.3s ease-in-out;display: inline-block}
.fuwunew .fuwunew-list .txt{ margin: 0 5% 0 0; padding:10px 15px; width: 64%; float: left;height: auto;font-size: 20px; color: #333;line-height: 24px; font-weight: 400;}
.fuwunew .fuwunew-list .img{ margin: 0; padding: 0; width: 30%; height: auto;border-radius: 8px; overflow: hidden; float: right;}
.fuwunew .fuwunew-list .img img{ width: 100%; height: 80px;object-fit: cover; }

.fuwunew .fuwunew-list:hover{ background: #e3e3e3;  transition: all 0.3s ease-in-out;}





.mil-divider {
  width: 100%;margin: 50px 0;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.03);
  position: relative;
}
.mil-divider:before, .mil-divider:after {
  content: "";
  width: 60px;
  border-right: solid 5px rgb(255, 255, 255);
  height: 100%;
  background-color: rgb(243, 202, 32);
  position: absolute;
  top: 0;
  left: 0;
}
.mil-divider:after {
  left: auto;
  right: 0;
  border-right: none;
  border-left: solid 5px rgb(255, 255, 255);
}
.mil-divider.mil-light {
  background-color: rgba(255, 255, 255, 0.1);
}
.mil-divider.mil-light:before, .mil-divider.mil-light:after {
  border-color: rgb(18, 24, 32);
}
.mil-divider.mil-divider-left:after {
  display: none;
}

@media only screen and (max-width: 1370px) {
.fuwunew .fuwunew-list .img img{ width: 100%; height: auto;object-fit: cover; }
	
}

@media only screen and (max-width: 991px) {

.fuwunew .fuwunew-list .txt{ margin: 0 5% 0 0; padding:10px 15px; width: 64%; float: left;height: auto;font-size: 16px; color: #333;line-height: 20px; font-weight: 400;}
	.kslider--title__two1.mb-100{margin-bottom: 30px;}
	
}
@media only screen and (max-width: 767px) {

	.fuwunew .fuwunew-list{display: flex; align-items: center; justify-content: center; }
	
	
.fuwunew .fuwunew-list .txt{ margin: 0 5% 0 0; padding:5px 10px; width: 64%;height: auto;font-size: 16px; color: #333;line-height: 20px;float: auto; font-weight: 400;}
.fuwunew .fuwunew-list .img{ float: auto;}
	
	.kslider--title__two1.mb-100{margin-bottom: 10px;}
	.kslider--title__two1-1.mt-80{margin-top: 15px;}
		
}